And another.

This commit is contained in:
Vladimir Mihailenco 2013-09-29 11:40:17 +03:00
parent 3560a58a8b
commit 8f7818ea4d
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ func ExampleNewUnixClient() {
// Output: <nil> PONG
}
func ExampleSet() {
func ExampleClient() {
client := redis.NewTCPClient(&redis.Options{
Addr: ":6379",
})
@ -47,7 +47,7 @@ func ExampleSet() {
// <nil> bar
}
func ExampleClientPipelined() {
func ExamplePipeline2() {
client := redis.NewTCPClient(&redis.Options{
Addr: ":6379",
})