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