Fix typo in redis cache change from 10afaee1

pull/8662/merge
James Cammarata 10 years ago
parent b818fbb305
commit 8708a00cbd

@ -98,5 +98,5 @@ class CacheModule(BaseCacheModule):
# FIXME: there is probably a better way to do this in redis
ret = dict()
for key in self.keys():
ret[key] self.get(key)
ret[key] = self.get(key)
return ret

Loading…
Cancel
Save