Added tests for setting and fetching from redis respecting the enabled flag.

This commit is contained in:
Martyn Inglis
2016-11-10 13:22:38 +00:00
parent aabda3f83e
commit 6c27f8023e
4 changed files with 52 additions and 8 deletions

View File

View File

@@ -17,4 +17,4 @@ class RedisClient:
def get(self, key):
if self.active:
self.redis_store.get(key)
self.redis_store.get(key)