1
0
mirror of https://github.com/redis/go-redis.git synced 2025-04-17 20:17:02 +03:00

Add Pipeliner.Do

This commit is contained in:
Vladimir Mihailenco 2019-02-12 12:24:23 +02:00
parent 473d039f0b
commit cb152db4d6

View File

@ -10,6 +10,7 @@ type pipelineExecer func([]Cmder) error
type Pipeliner interface {
StatefulCmdable
Do(args ...interface{}) *Cmd
Process(cmd Cmder) error
Close() error
Discard() error