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

Method Pipelined

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

Source from the content-addressed store, hash-verified

1556}
1557
1558func (c *ClusterClient) Pipelined(ctx context.Context, fn func(Pipeliner) error) ([]Cmder, error) {
1559 return c.Pipeline().Pipelined(ctx, fn)
1560}
1561
1562func (c *ClusterClient) processPipeline(ctx context.Context, cmds []Cmder) error {
1563 // Only call time.Now() if pipeline operation duration callback is set to avoid overhead

Callers

nothing calls this directly

Calls 2

PipelineMethod · 0.95
PipelinedMethod · 0.65

Tested by

no test coverage detected