Redis as a cache backend
Has anyone ever experimented with using Redis as the cache backend? I have my own experiment where I have it sort of working, but because djs doesn't expect the cache to be async I have to cheat somewhat and it's not perfect. Has anyone been successful in making this work, or has a good reason why I should just not bother testing this out?
4 Replies
I'm gonna try my scuffed version on my bot and see if there's any tangible benefit
What benefits would a redis cache even bring?
Shared cache between shards
I suppose this would only really be useful for a few of the caches