mirror of
https://github.com/redis/go-redis.git
synced 2025-04-19 07:22:17 +03:00
And another.
This commit is contained in:
parent
3560a58a8b
commit
8f7818ea4d
@ -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",
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user