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
d.js toolkit
d.js toolkit2w ago
Big P
Big POP2w ago
I'm gonna try my scuffed version on my bot and see if there's any tangible benefit
Spaxter
Spaxter2w ago
What benefits would a redis cache even bring?
Big P
Big POP2w ago
Shared cache between shards I suppose this would only really be useful for a few of the caches

Did you find this page helpful?