forked from CGM_Public/pretix_original
Move quota cache from database to redis (#2010)
This commit is contained in:
@@ -398,7 +398,6 @@ class FakeRedis(object):
|
||||
return self
|
||||
|
||||
def exists(self, rkey):
|
||||
print(rkey in self.storage)
|
||||
return rkey in self.storage
|
||||
|
||||
def setex(self, rkey, value, expiration):
|
||||
|
||||
Reference in New Issue
Block a user