From c7babac35e39b941ce7e70c72427304b21e8f26f Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Mon, 26 Sep 2016 15:56:25 -0700 Subject: [PATCH] typo --- redcon.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redcon.go b/redcon.go index dbc8a20..e71a947 100644 --- a/redcon.go +++ b/redcon.go @@ -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 }