We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c980e95 commit c40b98cCopy full SHA for c40b98c
redis/cluster.py
@@ -2122,7 +2122,7 @@ def __init__(
2122
else:
2123
self.retry = Retry(
2124
backoff=ExponentialWithJitterBackoff(base=1, cap=10),
2125
- retries=self.cluster_error_retry_attempts,
+ retries=cluster_error_retry_attempts,
2126
)
2127
2128
self.encoder = Encoder(
0 commit comments