mirror of
https://github.com/redis/go-redis.git
synced 2025-07-28 06:42:00 +03:00
doc: mismatched IdleTimeout default value
This commit is contained in:
@ -55,7 +55,7 @@ type Options struct {
|
||||
PoolTimeout time.Duration
|
||||
// Amount of time after which client closes idle connections.
|
||||
// Should be less than server's timeout.
|
||||
// Default is to not close idle connections.
|
||||
// Default is 5 minutes.
|
||||
IdleTimeout time.Duration
|
||||
// Frequency of idle checks.
|
||||
// Default is 1 minute.
|
||||
|
Reference in New Issue
Block a user