func github.com/go-redis/redis/v8.newConnPool

4 uses

	github.com/go-redis/redis/v8 (current package)
		options.go#L244: func newConnPool(opt *Options) *pool.ConnPool {
		redis.go#L532: 		baseClient: newBaseClient(opt, newConnPool(opt)),
		sentinel.go#L179: 	connPool := newConnPool(opt)
		sentinel.go#L235: 			connPool: newConnPool(opt),