redis-simple-cache
redis-simple-cache copied to clipboard
Simple redis based cache for storing results of python function calls, json encoded strings or html.
I have no idea how to report this since it's not an issue in the original repo, it's a problem in the fork that I'm opening the PR from. I...
This code currently doesn't work under Python 3. The to_unicode() function, and perhaps other things too.
I wanted to try this project a go but it didn't work on Python 3. I did some minor changes to make this project compatible with Python 3
also adds ability to use an ssl connection with redis.
So, in case I'm not understanding things correctly, is there a way to handle the following use case: I have a function which I need to cache most of the...
The flush_namespace function is not deleting the content on the members set and a test was failing. The cache json is not using the namespaces because the default value is...
It seems a simple fix bug that the ```cache_it_json``` has the parameter namespace but it is passing *always* None to the inner function ```cache_it```
Hi, Some ut cases failed, such as: def test_decorator(self)
Just a couple of easy fixes for this really useful library