1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-28 06:42:00 +03:00
This commit is contained in:
Vladimir Mihailenco
2018-02-27 16:11:25 +02:00
parent e075ad33d3
commit 68362cfda1

View File

@ -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.