We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aacea95 commit 3af70c2Copy full SHA for 3af70c2
redis/asyncio/client.py
@@ -797,7 +797,7 @@ async def close(self) -> None:
797
await self.aclose()
798
799
async def reset(self) -> None:
800
- """alias for aclose(), for backwards compatibility"""
+ """Alias for aclose(), for backwards compatibility"""
801
802
803
async def on_connect(self, connection: Connection):
0 commit comments