Skip to content

Commit f2e774c

Browse files
committed
Merge branch 'master' into anyio
2 parents 1e1bbfe + 37491a4 commit f2e774c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2122,7 +2122,7 @@ def __init__(
21222122
else:
21232123
self.retry = Retry(
21242124
backoff=ExponentialWithJitterBackoff(base=1, cap=10),
2125-
retries=self.cluster_error_retry_attempts,
2125+
retries=cluster_error_retry_attempts,
21262126
)
21272127

21282128
self.encoder = Encoder(

0 commit comments

Comments
 (0)