Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/redis-py
/ _connect
Method
_connect
redis/connection.py:1081–1082 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1079
1080
@abstractmethod
1081
def
_connect(self):
1082
pass
1083
1084
@abstractmethod
1085
def
_host_error(self):
Callers
1
connect_check_health
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected