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

Method Pipelined

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

Source from the content-addressed store, hash-verified

1510}
1511
1512func (c *Client) Pipelined(ctx context.Context, fn func(Pipeliner) error) ([]Cmder, error) {
1513 return c.Pipeline().Pipelined(ctx, fn)
1514}
1515
1516func (c *Client) Pipeline() Pipeliner {
1517 pipe := Pipeline{

Callers 4

mainFunction · 0.95
mainFunction · 0.95

Calls 2

PipelineMethod · 0.95
PipelinedMethod · 0.65

Tested by 2