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 4b394a6 commit b55d266Copy full SHA for b55d266
redis/asyncio/client.py
@@ -801,7 +801,7 @@ async def close(self) -> None:
801
802
@deprecated_function(version="5.0.0", reason="Use aclose() instead", name="reset")
803
async def reset(self) -> None:
804
- """alias for aclose(), for backwards compatibility"""
+ """Alias for aclose(), for backwards compatibility"""
805
await self.aclose()
806
807
async def on_connect(self, connection: Connection):
0 commit comments