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

Method get_retries

redis/retry.py:63–67  ·  view source on GitHub ↗

Get the number of retries.

(self)

Source from the content-addressed store, hash-verified

61 )
62
63 def get_retries(self) -> int:
64 """
65 Get the number of retries.
66 """
67 return self._retries
68
69 def update_retries(self, value: int) -> None:
70 """

Calls

no outgoing calls