MCPcopy
hub / github.com/redis/go-redis / Do

Method Do

pipeline.go:31–31  ·  pipeline.go::Pipeliner.Do

Do is an API for executing any command. If a certain Redis command is not yet supported, you can use Do to execute it.

(ctx context.Context, args ...interface{})

Source from the content-addressed store, hash-verified

29 // Do is an API for executing any command.
30 // If a certain Redis command is not yet supported, you can use Do to execute it.
31 Do(ctx context.Context, args ...interface{}) *Cmd
32
33 // Process queues the cmd for later execution.
34 Process(ctx context.Context, cmd Cmder) error

Callers 15

tx_unwatch_test.goFile · 0.65
pipeline_test.goFile · 0.65
universal_test.goFile · 0.65
sentinel_test.goFile · 0.65
ring_test.goFile · 0.65
ChannelMethod · 0.65
commands_test.goFile · 0.65
BenchmarkClusterDoIntFunction · 0.65
osscluster_test.goFile · 0.65
Example_customCommand2Function · 0.65

Implementers 1

Pipelinepipeline.go

Calls

no outgoing calls

Tested by 6

BenchmarkClusterDoIntFunction · 0.52
Example_customCommand2Function · 0.52
ExampleClient_SlowLogGetFunction · 0.52
handleMethod · 0.52
handleMethod · 0.52