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

Method Pipelined

commands.go:175–175  ·  view source on GitHub ↗
(ctx context.Context, fn func(Pipeliner) error)

Source from the content-addressed store, hash-verified

173type Cmdable interface {
174 Pipeline() Pipeliner
175 Pipelined(ctx context.Context, fn func(Pipeliner) error) ([]Cmder, error)
176
177 TxPipelined(ctx context.Context, fn func(Pipeliner) error) ([]Cmder, error)
178 TxPipeline() Pipeliner

Callers 15

tx_unwatch_test.goFile · 0.65
pipeline_test.goFile · 0.65
initConnMethod · 0.65
PipelinedMethod · 0.65
TxPipelinedMethod · 0.65
PipelinedMethod · 0.65
TxPipelinedMethod · 0.65
PipelinedMethod · 0.65
TxPipelinedMethod · 0.65
ring_test.goFile · 0.65
PipelinedMethod · 0.65
TxPipelinedMethod · 0.65

Calls

no outgoing calls

Tested by 2

BenchmarkPipelineFunction · 0.52
ExampleClient_PipelinedFunction · 0.52