Skip to content

Commit

Permalink
Merge pull request redis#967 from go-redis/feature/pipeliner-do
Browse files Browse the repository at this point in the history
Add Pipeliner.Do
  • Loading branch information
vmihailenco authored Feb 12, 2019
2 parents 473d039 + cb152db commit b3d3923
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipeline.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b3d3923

Please sign in to comment.