Skip to content

Commit

Permalink
Update client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vladyslav-fenchak committed Feb 11, 2022
1 parent c2d33a9 commit eabb9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minos/api_gateway/discovery/database/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ async def get_all(self) -> list:
async def set_data(self, key: str, data: dict):
async with self.redis as r:
await r.set(key, json.dumps(data))
# await r.save()
await r.save()

async def update_data(self): # pragma: no cover
"""Update specific value"""
Expand Down

0 comments on commit eabb9ec

Please sign in to comment.