소스 검색

Update useClusterNodes() docs to indicate default

John Maguire 9 년 전
부모
커밋
11adccdaeb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Connection/Aggregate/RedisCluster.php

+ 1 - 1
src/Connection/Aggregate/RedisCluster.php

@@ -517,7 +517,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