cachier
cachier copied to clipboard
Add a redis backend
redis is the king of cache, a backend for it can be cool (on my todo list, down on the bottom of it)
Hmm, that's right!
Well, hopefully it would be easy with core a architecture.
Memcached as well, working on an adapter core now.
@a904guy Sounds great! Can you please open a new issue with the title "Add support for Memcached cores" or something similar, so we can track these separately?
Any update on this?
@advance512 I never heard from anyone about this since. If you know of a good (or even official) Python driver and an easy and free way to fabricate a light Redis instance I could look into it myself. Maybe.
@shaypal5 https://pypi.python.org/pypi/fakeredis, and you can use the formal docker image. (If you don't have a docker setup, I highly recommend giving it a try, if you need help with that give me a ping)
Did anyone ever make something like this?
Nope. Again. Shouldn't be hard based on the MongoDB core, but someone with some time and interest will have to contribute this.