github.com/go-redis/redis/v8/internal/pool.Stats.Timeouts (field)
10 uses
github.com/go-redis/redis/v8/internal/pool (current package)
pool.go#L31: Timeouts uint32 // number of times a wait timeout occurred
pool.go#L300: atomic.AddUint32(&p.stats.Timeouts, 1)
pool.go#L399: Timeouts: atomic.LoadUint32(&p.stats.Timeouts),
github.com/go-redis/redis/v8
cluster.go#L976: acc.Timeouts += s.Timeouts
cluster.go#L987: acc.Timeouts += s.Timeouts
ring.go#L474: acc.Timeouts += s.Timeouts
![]() |
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. |