github.com/go-redis/redis/v8.baseClient.connPool (field)
23 uses
github.com/go-redis/redis/v8 (current package)
cluster.go#L973: s := node.Client.connPool.Stats()
cluster.go#L984: s := node.Client.connPool.Stats()
cluster.go#L1060: _, err := node.Client.connPool.(*pool.ConnPool).ReapStaleConns()
cluster.go#L1523: err := node.Client.connPool.CloseConn(cn)
redis.go#L121: connPool pool.Pooler
redis.go#L129: connPool: connPool,
redis.go#L154: cn, err := c.connPool.NewConn(ctx)
redis.go#L161: _ = c.connPool.CloseConn(cn)
redis.go#L188: cn, err := c.connPool.Get(ctx)
redis.go#L201: c.connPool.Remove(ctx, cn, err)
redis.go#L224: connPool := pool.NewSingleConnPool(c.connPool, cn)
redis.go#L262: c.connPool.Remove(ctx, cn, err)
redis.go#L264: c.connPool.Put(ctx, cn)
redis.go#L364: if err := c.connPool.Close(); err != nil && firstErr == nil {
redis.go#L567: return newConn(ctx, c.opt, pool.NewStickyConnPool(c.connPool))
redis.go#L598: stats := c.connPool.Stats()
redis.go#L636: closeConn: c.connPool.CloseConn,
redis.go#L705: connPool: connPool,
ring.go#L471: s := shard.Client.connPool.Stats()
sentinel.go#L235: connPool: newConnPool(opt),
sentinel.go#L266: closeConn: c.connPool.CloseConn,
tx.go#L29: connPool: pool.NewStickyConnPool(c.connPool),
 |
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. |