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

Method Pipelined

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

Source from the content-addressed store, hash-verified

1679}
1680
1681func (c *Conn) Pipelined(ctx context.Context, fn func(Pipeliner) error) ([]Cmder, error) {
1682 return c.Pipeline().Pipelined(ctx, fn)
1683}
1684
1685func (c *Conn) Pipeline() Pipeliner {
1686 pipe := Pipeline{

Callers

nothing calls this directly

Calls 2

PipelineMethod · 0.95
PipelinedMethod · 0.65

Tested by

no test coverage detected