This commit is contained in:
Josh Baker 2016-09-26 15:56:25 -07:00
parent 012cb08670
commit c7babac35e
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ type Conn interface {
// ReadPipeline returns all commands in current pipeline, if any
// The commands are removed from the pipeline.
ReadPipeline() []Command
// ReadPipeline returns all commands in current pipeline, if any.
// PeekPipeline returns all commands in current pipeline, if any.
// The commands remain in the pipeline.
PeekPipeline() []Command
}