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

3 uses

	github.com/go-redis/redis/v8 (current package)
		redis.go#L126: func newBaseClient(opt *Options, connPool pool.Pooler) *baseClient {
		redis.go#L532: 		baseClient: newBaseClient(opt, newConnPool(opt)),
		sentinel.go#L187: 		baseClient: newBaseClient(opt, connPool),