redis-simple-cache icon indicating copy to clipboard operation
redis-simple-cache copied to clipboard

Fixed flush_namespace and using namespace for cache json

Open tuxskar opened this issue 8 years ago • 0 comments

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.

tuxskar avatar Mar 04 '17 13:03 tuxskar