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 5170ba7 commit 7f14301Copy full SHA for 7f14301
redis/cluster.py
@@ -499,7 +499,7 @@ def __init__(
499
startup_nodes: Optional[List["ClusterNode"]] = None,
500
cluster_error_retry_attempts: int = 3,
501
retry: Optional["Retry"] = None,
502
- require_full_coverage: bool = False,
+ require_full_coverage: bool = True,
503
reinitialize_steps: int = 5,
504
read_from_replicas: bool = False,
505
load_balancing_strategy: Optional["LoadBalancingStrategy"] = None,
0 commit comments