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

Method Process

pipeline.go:34–34  ·  pipeline.go::Pipeliner.Process

Process queues the cmd for later execution.

(ctx context.Context, cmd Cmder)

Source from the content-addressed store, hash-verified

32
33 // Process queues the cmd for later execution.
34 Process(ctx context.Context, cmd Cmder) error
35
36 // BatchProcess adds multiple commands to be executed into the pipeline buffer.
37 BatchProcess(ctx context.Context, cmd ...Cmder) error

Callers 13

pipeline_test.goFile · 0.65
processMethod · 0.65
sentinel_test.goFile · 0.65
processMethod · 0.65
commands_test.goFile · 0.65
Example_customCommandFunction · 0.65
startSentinelFunction · 0.65
executeDefaultMethod · 0.65
executeMultiSlotMethod · 0.65
executeCursorCommandMethod · 0.65
executeParallelMethod · 0.65

Implementers 1

Pipelinepipeline.go

Calls

no outgoing calls

Tested by 2

Example_customCommandFunction · 0.52
startSentinelFunction · 0.52