type github.com/go-redis/redis/v8/internal/pool.Pooler
11 uses
github.com/go-redis/redis/v8/internal/pool (current package)
pool.go#L38: type Pooler interface {
pool.go#L90: var _ Pooler = (*ConnPool)(nil)
pool_single.go#L6: pool Pooler
pool_single.go#L11: var _ Pooler = (*SingleConnPool)(nil)
pool_single.go#L13: func NewSingleConnPool(pool Pooler, cn *Conn) *SingleConnPool {
pool_sticky.go#L37: pool Pooler
pool_sticky.go#L46: var _ Pooler = (*StickyConnPool)(nil)
pool_sticky.go#L48: func NewStickyConnPool(pool Pooler) *StickyConnPool {
github.com/go-redis/redis/v8
redis.go#L121: connPool pool.Pooler
redis.go#L126: func newBaseClient(opt *Options, connPool pool.Pooler) *baseClient {
redis.go#L700: func newConn(ctx context.Context, opt *Options, connPool pool.Pooler) *Conn {
![]() |
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. |