type github.com/go-redis/redis/v8.Options

30 uses

	github.com/go-redis/redis/v8 (current package)
		cluster.go#L31: 	NewClient func(opt *Options) *Client
		cluster.go#L131: func (opt *ClusterOptions) clientOptions() *Options {
		cluster.go#L134: 	return &Options{
		options.go#L32: type Options struct {
		options.go#L114: func (opt *Options) init() {
		options.go#L184: func (opt *Options) clone() *Options {
		options.go#L190: func ParseURL(redisURL string) (*Options, error) {
		options.go#L191: 	o := &Options{Network: "tcp"}
		options.go#L244: func newConnPool(opt *Options) *pool.ConnPool {
		pubsub.go#L30: 	opt *Options
		redis.go#L120: 	opt      *Options
		redis.go#L126: func newBaseClient(opt *Options, connPool pool.Pooler) *baseClient {
		redis.go#L528: func NewClient(opt *Options) *Client {
		redis.go#L590: func (c *Client) Options() *Options {
		redis.go#L700: func newConn(ctx context.Context, opt *Options, connPool pool.Pooler) *Conn {
		ring.go#L52: 	NewClient func(name string, opt *Options) *Client
		ring.go#L95: 		opt.NewClient = func(name string, opt *Options) *Client {
		ring.go#L127: func (opt *RingOptions) clientOptions() *Options {
		ring.go#L128: 	return &Options{
		sentinel.go#L66: func (opt *FailoverOptions) clientOptions() *Options {
		sentinel.go#L67: 	return &Options{
		sentinel.go#L96: func (opt *FailoverOptions) sentinelOptions(addr string) *Options {
		sentinel.go#L97: 	return &Options{
		sentinel.go#L230: func NewSentinelClient(opt *Options) *SentinelClient {
		universal.go#L134: func (o *UniversalOptions) Simple() *Options {
		universal.go#L140: 	return &Options{

	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{