mirror of
https://github.com/redis/go-redis.git
synced 2025-07-20 22:42:59 +03:00
readme: Fix typo.
This commit is contained in:
@ -64,7 +64,7 @@ or:
|
||||
defer pipeline.Close()
|
||||
|
||||
set := pipeline.Set("key1", "hello1")
|
||||
get := pipline.Get("key2")
|
||||
get := pipleine.Get("key2")
|
||||
|
||||
reqs, err := pipeline.RunQueued()
|
||||
if err != nil { panic(err) }
|
||||
|
Reference in New Issue
Block a user