From 3ceaa39a3c6a58462ae35027364f0eb2ecfc52f4 Mon Sep 17 00:00:00 2001 From: John Maguire Date: Tue, 16 Feb 2016 16:55:50 -0500 Subject: [PATCH] Update useClusterNodes() docs to indicate default --- src/Connection/Aggregate/RedisCluster.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Connection/Aggregate/RedisCluster.php b/src/Connection/Aggregate/RedisCluster.php index ed27f0c9..d7bafd59 100644 --- a/src/Connection/Aggregate/RedisCluster.php +++ b/src/Connection/Aggregate/RedisCluster.php @@ -512,7 +512,7 @@ class RedisCluster implements ClusterInterface, \IteratorAggregate, \Countable /** * Enables automatic fetching of the current slots map from one of the nodes - * using the CLUSTER SLOTS command. This option is disabled by default but + * using the CLUSTER SLOTS command. This option is enabled by default as * asking the current slots map to Redis upon -MOVED responses may reduce * overhead by eliminating the trial-and-error nature of the node guessing * procedure, mostly when targeting many keys that would end up in a lot of