vivekn / redis-simple-cache

Simple redis based cache for storing results of python function calls, json encoded strings or html.
Other
122 stars 69 forks source link

use namespace in cache_it_json and avoid exception when invalidating a namespace #41

Open dariosky opened 8 years ago

dariosky commented 8 years ago

Just a couple of easy fixes for this really useful library