From 8f7818ea4d143026525231b9aa1bfc12d1caf1a7 Mon Sep 17 00:00:00 2001 From: Vladimir Mihailenco Date: Sun, 29 Sep 2013 11:40:17 +0300 Subject: [PATCH] And another. --- v2/example_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v2/example_test.go b/v2/example_test.go index a9b4351..ea009f4 100644 --- a/v2/example_test.go +++ b/v2/example_test.go @@ -31,7 +31,7 @@ func ExampleNewUnixClient() { // Output: PONG } -func ExampleSet() { +func ExampleClient() { client := redis.NewTCPClient(&redis.Options{ Addr: ":6379", }) @@ -47,7 +47,7 @@ func ExampleSet() { // bar } -func ExampleClientPipelined() { +func ExamplePipeline2() { client := redis.NewTCPClient(&redis.Options{ Addr: ":6379", })