github.com/go-redis/redis/v8/internal/pool.StickyConnPool.pool (field)
10 uses
github.com/go-redis/redis/v8/internal/pool (current package)
pool_sticky.go#L37: pool Pooler
pool_sticky.go#L52: pool: pool,
pool_sticky.go#L61: return p.pool.NewConn(ctx)
pool_sticky.go#L65: return p.pool.CloseConn(cn)
pool_sticky.go#L73: cn, err := p.pool.Get(ctx)
pool_sticky.go#L80: p.pool.Remove(ctx, cn, ErrClosed)
pool_sticky.go#L110: p.pool.Remove(ctx, cn, err)
pool_sticky.go#L112: p.pool.Put(ctx, cn)
pool_sticky.go#L119: p.pool.Remove(ctx, cn, ErrClosed)
pool_sticky.go#L159: p.pool.Remove(ctx, cn, ErrClosed)
 |
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. |