github.com/go-redis/redis/v8.Options.IdleCheckFrequency (field)
9 uses
github.com/go-redis/redis/v8 (current package)
cluster.go#L154: IdleCheckFrequency: disableIdleCheck,
options.go#L102: IdleCheckFrequency time.Duration
options.go#L161: if opt.IdleCheckFrequency == 0 {
options.go#L162: opt.IdleCheckFrequency = time.Minute
options.go#L267: IdleCheckFrequency: opt.IdleCheckFrequency,
ring.go#L147: IdleCheckFrequency: opt.IdleCheckFrequency,
sentinel.go#L88: IdleCheckFrequency: opt.IdleCheckFrequency,
sentinel.go#L117: IdleCheckFrequency: opt.IdleCheckFrequency,
universal.go#L162: IdleCheckFrequency: o.IdleCheckFrequency,
![]() |
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. |