diff --git a/v2/example_test.go b/v2/example_test.go index 1a45c69..2fa78fa 100644 --- a/v2/example_test.go +++ b/v2/example_test.go @@ -146,7 +146,7 @@ func ExamplePubSub() { // &{mychannel hello} } -func Example_CustomCommand() { +func Example_customCommand() { Get := func(client *redis.Client, key string) *redis.StringCmd { cmd := redis.NewStringCmd("GET", key) client.Process(cmd)