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

12 uses

	github.com/go-redis/redis/v8 (current package)
		cluster.go#L744: 	cmd := NewCmd(ctx, args...)
		cluster.go#L786: 			_ = pipe.Process(ctx, NewCmd(ctx, "asking"))
		cluster.go#L1239: 		failedCmds.Add(node, NewCmd(ctx, "asking"), cmd)
		cluster.go#L1424: 			failedCmds.Add(node, NewCmd(ctx, "asking"), cmd)
		command.go#L174: func NewCmd(ctx context.Context, args ...interface{}) *Cmd {
		commands.go#L2367: 	cmd := NewCmd(ctx, cmdArgs...)
		commands.go#L2381: 	cmd := NewCmd(ctx, cmdArgs...)
		pipeline.go#L57: 	cmd := NewCmd(ctx, args...)
		pubsub.go#L262: 	cmd := NewCmd(ctx, args...)
		pubsub.go#L370: 		c.cmd = NewCmd(ctx)
		redis.go#L572: 	cmd := NewCmd(ctx, args...)
		ring.go#L448: 	cmd := NewCmd(ctx, args...)