github.com/go-redis/redis/v8/internal/pool.Options.IdleTimeout (field)
6 uses
github.com/go-redis/redis/v8/internal/pool (current package)
pool.go#L61: IdleTimeout time.Duration
pool.go#L106: if opt.IdleTimeout > 0 && opt.IdleCheckFrequency > 0 {
pool.go#L511: if p.opt.IdleTimeout == 0 && p.opt.MaxConnAge == 0 {
pool.go#L516: if p.opt.IdleTimeout > 0 && now.Sub(cn.UsedAt()) >= p.opt.IdleTimeout {
github.com/go-redis/redis/v8
options.go#L266: IdleTimeout: opt.IdleTimeout,
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |