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

Fixed flush_namespace and using namespace for cache json #44

Open tuxskar opened 7 years ago

tuxskar commented 7 years ago

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 set to None.

I have added some pep8 style easy fixes.