github.com/go-redis/redis/v8/internal/pool.Options.MaxConnAge (field)
5 uses
github.com/go-redis/redis/v8/internal/pool (current package)
pool.go#L59: MaxConnAge time.Duration
pool.go#L511: if p.opt.IdleTimeout == 0 && p.opt.MaxConnAge == 0 {
pool.go#L519: if p.opt.MaxConnAge > 0 && now.Sub(cn.createdAt) >= p.opt.MaxConnAge {
github.com/go-redis/redis/v8
options.go#L264: MaxConnAge: opt.MaxConnAge,
![]() |
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. |