Skip to content

Commit 5fe120d

Browse files
Updated default value of 'require_full_coverage' argument to true for sync Cluster client to match sync/async cluster APIs (redis#3434)
* Updated default value to much sync cluster API * Updated default value to TRUE --------- Co-authored-by: petyaslavova <petya.slavova@redis.com>
1 parent cf5c755 commit 5fe120d

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
@@ -499,7 +499,7 @@ def __init__(
499499
startup_nodes: Optional[List["ClusterNode"]] = None,
500500
cluster_error_retry_attempts: int = 3,
501501
retry: Optional["Retry"] = None,
502-
require_full_coverage: bool = False,
502+
require_full_coverage: bool = True,
503503
reinitialize_steps: int = 5,
504504
read_from_replicas: bool = False,
505505
load_balancing_strategy: Optional["LoadBalancingStrategy"] = None,

0 commit comments

Comments
 (0)