Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/redis-py
/ _connect
Method
_connect
redis/asyncio/connection.py:448–449 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
446
447
@abstractmethod
448
async
def
_connect(self):
449
pass
450
451
@abstractmethod
452
def
_host_error(self) -> str:
Callers
1
connect_check_health
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected