mirror of https://github.com/go-redis/redis.git
Rename example.
This commit is contained in:
parent
b2786fe22b
commit
54097da78c
|
@ -47,7 +47,7 @@ func ExampleSet() {
|
|||
// <nil> bar
|
||||
}
|
||||
|
||||
func ExamplePipelined() {
|
||||
func ExamplePipelinePipelined() {
|
||||
client := redis.NewTCPClient(&redis.Options{
|
||||
Addr: ":6379",
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue