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

7 uses

	github.com/go-redis/redis/v8 (current package)
		cluster.go#L127: 		opt.NewClient = NewClient
		redis.go#L528: func NewClient(opt *Options) *Client {
		ring.go#L96: 			return NewClient(opt)
		universal.go#L204: 	return NewClient(opts.Simple())

	golang.org/x/pkgsite/cmd/frontend
		main.go#L110: 		haClient = redis.NewClient(&redis.Options{
		main.go#L135: 		cacheClient = redis.NewClient(&redis.Options{

	golang.org/x/pkgsite/cmd/worker
		main.go#L177: 	return redis.NewClient(&redis.Options{