mirror of
https://github.com/redis/go-redis.git
synced 2025-07-20 22:42:59 +03:00
Add Pipeliner.Do
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user