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

Method Pipeline

commands.go:174–174  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

172
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)

Callers 14

pipeline_test.goFile · 0.65
initConnMethod · 0.65
ring_test.goFile · 0.65
iterator_test.goFile · 0.65
processMethod · 0.65
commands_test.goFile · 0.65
osscluster_test.goFile · 0.65
ExampleClient_PipelineFunction · 0.65
benchmarkHSETPipelinedFunction · 0.65
tls_test.goFile · 0.65
pool_test.goFile · 0.65

Calls

no outgoing calls

Tested by 2

ExampleClient_PipelineFunction · 0.52
benchmarkHSETPipelinedFunction · 0.52