MCPcopy
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_commandMethod · 0.45
_executeMethod · 0.45
should_reconnectMethod · 0.45
releaseMethod · 0.45
releaseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected