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