1
0
mirror of https://github.com/redis/go-redis.git synced 2025-04-19 07:22:17 +03:00

Another try.

This commit is contained in:
Vladimir Mihailenco 2013-09-29 11:37:55 +03:00
parent 54097da78c
commit 3560a58a8b

View File

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