mirror of
https://github.com/redis/go-redis.git
synced 2025-07-23 21:01:00 +03:00
Merge pull request #1589 from williamkinney/maxretry
add disable/-1 comment to max retries
This commit is contained in:
@ -58,7 +58,7 @@ type Options struct {
|
||||
DB int
|
||||
|
||||
// Maximum number of retries before giving up.
|
||||
// Default is 3 retries.
|
||||
// Default is 3 retries; -1 (not 0) disables retries.
|
||||
MaxRetries int
|
||||
// Minimum backoff between each retry.
|
||||
// Default is 8 milliseconds; -1 disables backoff.
|
||||
|
Reference in New Issue
Block a user