mirror of https://github.com/go-redis/redis.git
Fix doc
This commit is contained in:
parent
e075ad33d3
commit
68362cfda1
|
@ -26,7 +26,7 @@ type ClusterOptions struct {
|
||||||
|
|
||||||
// The maximum number of retries before giving up. Command is retried
|
// The maximum number of retries before giving up. Command is retried
|
||||||
// on network errors and MOVED/ASK redirects.
|
// on network errors and MOVED/ASK redirects.
|
||||||
// Default is 16.
|
// Default is 8.
|
||||||
MaxRedirects int
|
MaxRedirects int
|
||||||
|
|
||||||
// Enables read-only commands on slave nodes.
|
// Enables read-only commands on slave nodes.
|
||||||
|
|
Loading…
Reference in New Issue