-
EllieBot 4.2.7 Stable
released this
2025-09-02 12:44:48 +00:00 | 270 commits to v4 since this releaseChanged
- New cache abstraction added
- 2 implemenations: redis and memory
- All current bots will stay on redis cache, all new bots will use in-process memory cache by default
- This change removes bot's hard dependency on redis
- Configurable in
creds.yml(please read the comments) - You MUST use 'redis' if your bot runs on more than 1 shard (2000+ servers)
- [dev] Using new non-locking ConcurrentDictionary
Fixed
.xpwill now show default user avatars too
Removed
- Removed
.imagesreloadas images are now lazily loaded on request and then cached
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
0 downloads
- New cache abstraction added