Discord4J / Stores

A set of Discord entity cache implementations for Discord4J
https://discord4j.com
GNU Lesser General Public License v3.0
11 stars 7 forks source link

Storing entites in Redis(Cluster)Store doesn't work under high load #8

Open ByteAlex opened 4 years ago

ByteAlex commented 4 years ago

I was using RedisClusterStore on my test-bot with ~100 Servers, which was working fine so far, but when I booted the same architecture on my 350k server token, only about 90k guilds were stored to redis. There were no errors, even on debug and a counter for guild-creates counted the 350k events. The same error happens with RedisStore aswell.