Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/redis-py
/ should_reconnect
Method
should_reconnect
redis/connection.py:1276–1277 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1274
self._should_reconnect = True
1275
1276
def
should_reconnect(self):
1277
return
self._should_reconnect
1278
1279
def
reset_should_reconnect(self):
1280
self._should_reconnect = False
Callers
5
_execute_command
Method · 0.45
_execute
Method · 0.45
should_reconnect
Method · 0.45
release
Method · 0.45
release
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected