cachier icon indicating copy to clipboard operation
cachier copied to clipboard

Add a redis backend

Open fruch opened this issue 7 years ago • 8 comments

redis is the king of cache, a backend for it can be cool (on my todo list, down on the bottom of it)

fruch avatar Apr 21 '17 09:04 fruch

Hmm, that's right!

Well, hopefully it would be easy with core a architecture.

shaypal5 avatar Apr 21 '17 10:04 shaypal5

Memcached as well, working on an adapter core now.

a904guy avatar Apr 22 '17 21:04 a904guy

@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?

shaypal5 avatar Apr 23 '17 07:04 shaypal5

Any update on this?

advance512 avatar May 14 '17 23:05 advance512

@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 avatar May 15 '17 22:05 shaypal5

@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)

fruch avatar May 16 '17 03:05 fruch

Did anyone ever make something like this?

dmwyatt avatar Jun 12 '20 21:06 dmwyatt

Nope. Again. Shouldn't be hard based on the MongoDB core, but someone with some time and interest will have to contribute this.

shaypal5 avatar Jun 16 '20 11:06 shaypal5