MCPcopy
hub / github.com/redis/redis-py / should_reconnect

Method should_reconnect

redis/connection.py:1855–1856  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1853 self._conn.mark_for_reconnect()
1854
1855 def should_reconnect(self):
1856 return self._conn.should_reconnect()
1857
1858 def reset_should_reconnect(self):
1859 self._conn.reset_should_reconnect()

Callers

nothing calls this directly

Calls 1

should_reconnectMethod · 0.45

Tested by

no test coverage detected