-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a redis backend #4
Comments
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. |
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. |
References python-cachier#4 and references python-cachier#6
Add stubs for redis and memory References #4 and references #6 Make default compatible with previous interface Now, the default is calculated dynamically to maintain previous behavior to default to pickle unless the ``mongetter`` argument is given. This makes it have the same behavior as before, so users aren't forced to change old code to use the ``backend`` argument Update docs Add tests
Add stubs for redis and memory References #4 and references #6 Make default compatible with previous interface Now, the default is calculated dynamically to maintain previous behavior to default to pickle unless the ``mongetter`` argument is given. This makes it have the same behavior as before, so users aren't forced to change old code to use the ``backend`` argument Update docs Add tests
redis is the king of cache, a backend for it can be cool
(on my todo list, down on the bottom of it)
The text was updated successfully, but these errors were encountered: