1
0
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:
Yin Jifeng
2017-04-17 17:30:40 +08:00
parent 7c3f4d045e
commit d9dd5852ab

View File

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