MCPcopy
hub / github.com/redis/redis-py / reset

Method reset

redis/asyncio/client.py:1082–1084  ·  view source on GitHub ↗

Alias for aclose(), for backwards compatibility

(self)

Source from the content-addressed store, hash-verified

1080
1081 @deprecated_function(version="5.0.1", reason="Use aclose() instead", name="reset")
1082 async def reset(self) -> None:
1083 """Alias for aclose(), for backwards compatibility"""
1084 await self.aclose()
1085
1086 async def _resubscribe(self, subscribed, subscribe_fn) -> None:
1087 # Replay handler-backed subscriptions as positional Subscription objects

Callers 1

call_with_retryMethod · 0.45

Calls 1

acloseMethod · 0.95

Tested by

no test coverage detected