Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/redis-py
/ __await__
Method
__await__
redis/asyncio/client.py:461–462 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
459
)
460
461
def
__await__(self):
462
return
self.initialize().__await__()
463
464
async
def
initialize(self: _RedisT) -> _RedisT:
465
if
self.single_connection_client:
Callers
1
__await__
Method · 0.45
Calls
1
initialize
Method · 0.95
Tested by
no test coverage detected