diff --git a/v2/example_test.go b/v2/example_test.go index bd3955b3..a9b43517 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", })