Skip to content

Commit

Permalink
docs(README): typo (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradvogel authored and luin committed Dec 15, 2016
1 parent aa4bd1d commit 266d497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ cluster.get('foo', function (err, res) {

0. The first argument is a list of nodes of the cluster you want to connect to.
Just like Sentinel, the list does not need to enumerate all your cluster nodes,
but a few so that if one is unreachable the client will try the next one, and the client will discover other nodes automatically when at least one node is connnected.
but a few so that if one is unreachable the client will try the next one, and the client will discover other nodes automatically when at least one node is connected.
0. The second argument is the options, where:

* `clusterRetryStrategy`: When none of the startup nodes are reachable, `clusterRetryStrategy` will be invoked. When a number is returned,
Expand Down

0 comments on commit 266d497

Please sign in to comment.