Skip to content

Commit

Permalink
Merge branch 'feature/flush' into test-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechmage committed May 11, 2022
2 parents a331dde + 7c77729 commit d14e89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acapy_cache_redis/v0_1/redis_base_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ async def clear(self, key: Text):

async def flush(self):
"""Remove all items from the cache."""
pass
await self.redis.delete(f"ACA-Py:*")

0 comments on commit d14e89b

Please sign in to comment.