redis-simple-cache
redis-simple-cache copied to clipboard
Fixed flush_namespace and using namespace for cache json
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.