From 68362cfda1eeb3a69316e7bc00169a9a8de4823a Mon Sep 17 00:00:00 2001 From: Vladimir Mihailenco Date: Tue, 27 Feb 2018 16:11:25 +0200 Subject: [PATCH] Fix doc --- cluster.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster.go b/cluster.go index dc4db24..781dedb 100644 --- a/cluster.go +++ b/cluster.go @@ -26,7 +26,7 @@ type ClusterOptions struct { // The maximum number of retries before giving up. Command is retried // on network errors and MOVED/ASK redirects. - // Default is 16. + // Default is 8. MaxRedirects int // Enables read-only commands on slave nodes.