mirror of
https://github.com/redis/go-redis.git
synced 2025-04-19 07:22:17 +03:00
chore: sync the doc comment
This commit is contained in:
parent
8f6bc464a5
commit
1278a8094f
@ -110,7 +110,7 @@ type Options struct {
|
|||||||
// Expired connections may be closed lazily before reuse.
|
// Expired connections may be closed lazily before reuse.
|
||||||
// If d <= 0, connections are not closed due to a connection's idle time.
|
// If d <= 0, connections are not closed due to a connection's idle time.
|
||||||
//
|
//
|
||||||
// Default is 5 minutes. -1 disables idle timeout check.
|
// Default is 30 minutes. -1 disables idle timeout check.
|
||||||
ConnMaxIdleTime time.Duration
|
ConnMaxIdleTime time.Duration
|
||||||
// ConnMaxLifetime is the maximum amount of time a connection may be reused.
|
// ConnMaxLifetime is the maximum amount of time a connection may be reused.
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user