forked from mirror/redis
Add Pipeliner.Do
This commit is contained in:
parent
473d039f0b
commit
cb152db4d6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue