func github.com/go-redis/redis/v8/internal/pool.NewStickyConnPool

3 uses

	github.com/go-redis/redis/v8/internal/pool (current package)
		pool_sticky.go#L48: func NewStickyConnPool(pool Pooler) *StickyConnPool {

	github.com/go-redis/redis/v8
		redis.go#L567: 	return newConn(ctx, c.opt, pool.NewStickyConnPool(c.connPool))
		tx.go#L29: 			connPool: pool.NewStickyConnPool(c.connPool),