Try to fix package level example.

This commit is contained in:
Vladimir Mihailenco 2013-09-29 11:49:54 +03:00
parent db0cb86282
commit de7a9d3142
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ func ExamplePubSub() {
// &{mychannel hello} <nil>
}
func Example_CustomCommand() {
func Example_customCommand() {
Get := func(client *redis.Client, key string) *redis.StringCmd {
cmd := redis.NewStringCmd("GET", key)
client.Process(cmd)