forked from mirror/redis
Another try.
This commit is contained in:
parent
54097da78c
commit
3560a58a8b
|
@ -47,7 +47,7 @@ func ExampleSet() {
|
||||||
// <nil> bar
|
// <nil> bar
|
||||||
}
|
}
|
||||||
|
|
||||||
func ExamplePipelinePipelined() {
|
func ExampleClientPipelined() {
|
||||||
client := redis.NewTCPClient(&redis.Options{
|
client := redis.NewTCPClient(&redis.Options{
|
||||||
Addr: ":6379",
|
Addr: ":6379",
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue