Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/redis-py
/ __await__
Method
__await__
redis/asyncio/client.py:1680–1681 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1678
await self.reset()
1679
1680
def
__await__(self):
1681
return
self._async_self().__await__()
1682
1683
_DEL_MESSAGE =
"Unclosed Pipeline client"
1684
Callers
nothing calls this directly
Calls
2
_async_self
Method · 0.95
__await__
Method · 0.45
Tested by
no test coverage detected