Skip to content

Commit c40b98c

Browse files
sentrivanapetyaslavova
authored andcommitted
Fix AttributeError on ClusterPipeline (redis#3634)
1 parent c980e95 commit c40b98c

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)