1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-28 06:42:00 +03:00

Simplify doc wording

This commit is contained in:
Vladimir Mihailenco
2017-06-01 17:49:27 +03:00
parent 663bb76bcc
commit 3802e09b42

View File

@ -37,8 +37,8 @@ type Options struct {
// Default is to not retry failed commands.
MaxRetries int
// Retry using exponential backoff wait algorithm between each retry
// Default is 512 milliseconds; set to -1 to disable any backoff sleep
// Maximum backoff between each retry.
// Default is 512 seconds; -1 disables backoff.
MaxRetryBackoff time.Duration
// Dial timeout for establishing new connections.