Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/redis-py
/ reset_should_reconnect
Method
reset_should_reconnect
redis/asyncio/connection.py:444–445 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
442
return
self._should_reconnect
443
444
def
reset_should_reconnect(self):
445
self._should_reconnect = False
446
447
@abstractmethod
448
async
def
_connect(self):
Callers
1
disconnect
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected