type github.com/go-redis/redis/v8/internal/pool.Stats
10 uses
github.com/go-redis/redis/v8/internal/pool (current package)
pool.go#L28: type Stats struct {
pool.go#L48: Stats() *Stats
pool.go#L84: stats Stats
pool.go#L394: func (p *ConnPool) Stats() *Stats {
pool.go#L396: return &Stats{
pool_single.go#L56: func (p *SingleConnPool) Stats() *Stats {
pool_single.go#L57: return &Stats{}
pool_sticky.go#L200: func (p *StickyConnPool) Stats() *Stats {
pool_sticky.go#L201: return &Stats{}
github.com/go-redis/redis/v8
redis.go#L594: type PoolStats pool.Stats
![]() |
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. |