From 3560a58a8ba0a8f5d906d793a38e3916ad5468b0 Mon Sep 17 00:00:00 2001 From: Vladimir Mihailenco Date: Sun, 29 Sep 2013 11:37:55 +0300 Subject: [PATCH] Another try. --- v2/example_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/example_test.go b/v2/example_test.go index bd3955b..a9b4351 100644 --- a/v2/example_test.go +++ b/v2/example_test.go @@ -47,7 +47,7 @@ func ExampleSet() { // bar } -func ExamplePipelinePipelined() { +func ExampleClientPipelined() { client := redis.NewTCPClient(&redis.Options{ Addr: ":6379", })