Skip to content

Commit cf725d4

Browse files
authored
Remove deprecated arg from call to ClusterPipeline (#3670)
`cluster_error_retry_attempts` is a deprecated argument that was being passed to the constructor of ClusterPipeline from the `pipeline` method.
1 parent 06fac1d commit cf725d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

redis/cluster.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,6 @@ def pipeline(self, transaction=None, shard_hint=None):
856856
startup_nodes=self.nodes_manager.startup_nodes,
857857
result_callbacks=self.result_callbacks,
858858
cluster_response_callbacks=self.cluster_response_callbacks,
859-
cluster_error_retry_attempts=self.retry.get_retries(),
860859
read_from_replicas=self.read_from_replicas,
861860
load_balancing_strategy=self.load_balancing_strategy,
862861
reinitialize_steps=self.reinitialize_steps,

0 commit comments

Comments
 (0)