github.com/go-redis/redis/v8/internal/pool.ConnPool.conns (field)
14 uses
github.com/go-redis/redis/v8/internal/pool (current package)
pool.go#L79: conns []*Conn
pool.go#L97: conns: make([]*Conn, 0, opt.PoolSize),
pool.go#L139: p.conns = append(p.conns, cn)
pool.go#L156: p.conns = append(p.conns, cn)
pool.go#L359: for i, c := range p.conns {
pool.go#L361: p.conns = append(p.conns[:i], p.conns[i+1:]...)
pool.go#L381: n := len(p.conns)
pool.go#L416: for _, cn := range p.conns {
pool.go#L434: for _, cn := range p.conns {
pool.go#L439: p.conns = nil
![]() |
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. |