mirror of
https://github.com/redis/go-redis.git
synced 2025-12-02 06:22:31 +03:00
autopipeline playground
This commit is contained in:
@@ -123,6 +123,10 @@ func (c *Pipeline) Pipeline() Pipeliner {
|
||||
return c
|
||||
}
|
||||
|
||||
func (c *Pipeline) AutoPipeline() *AutoPipeliner {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (c *Pipeline) TxPipelined(ctx context.Context, fn func(Pipeliner) error) ([]Cmder, error) {
|
||||
return c.Pipelined(ctx, fn)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user