This commit is contained in:
@@ -61,7 +61,7 @@ class RedisService:
|
|||||||
await self.execute("set", key, data)
|
await self.execute("set", key, data)
|
||||||
|
|
||||||
async def get(self, key):
|
async def get(self, key):
|
||||||
return await self.execute("set", key)
|
return await self.execute("get", key)
|
||||||
|
|
||||||
|
|
||||||
redis = RedisService()
|
redis = RedisService()
|
||||||
|
|||||||
Reference in New Issue
Block a user