github.com/go-redis/redis/v8.ringShard.Client (field)

16 uses

	github.com/go-redis/redis/v8 (current package)
		ring.go#L157: 	Client *Client
		ring.go#L166: 		Client: opt.NewClient(name, clopt),
		ring.go#L177: 	return fmt.Sprintf("%s is %s", shard.Client, state)
		ring.go#L318: 			err := shard.Client.Ping(ctx).Err()
		ring.go#L372: 		if err := shard.Client.Close(); err != nil && firstErr == nil {
		ring.go#L471: 		s := shard.Client.connPool.Stats()
		ring.go#L497: 	return shard.Client.Subscribe(ctx, channels...)
		ring.go#L511: 	return shard.Client.PSubscribe(ctx, channels...)
		ring.go#L531: 			err := fn(ctx, shard.Client)
		ring.go#L554: 		cmdsInfo, err := shard.Client.Command(context.TODO()).Result()
		ring.go#L613: 		lastErr = shard.Client.Process(ctx, cmd)
		ring.go#L697: 		err = shard.Client.processTxPipeline(ctx, cmds)
		ring.go#L699: 		err = shard.Client.processPipeline(ctx, cmds)
		ring.go#L727: 			if shard.Client != shards[0].Client {
		ring.go#L734: 	return shards[0].Client.Watch(ctx, fn, keys...)