summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/go-redis/redis/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/go-redis/redis/README.md')
-rw-r--r--vendor/github.com/go-redis/redis/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/go-redis/redis/README.md b/vendor/github.com/go-redis/redis/README.md
index f3c61795e..fd036496d 100644
--- a/vendor/github.com/go-redis/redis/README.md
+++ b/vendor/github.com/go-redis/redis/README.md
@@ -102,7 +102,7 @@ Some corner cases:
vals, err := client.ZInterStore("out", redis.ZStore{Weights: []int64{2, 3}}, "zset1", "zset2").Result()
EVAL "return {KEYS[1],ARGV[1]}" 1 "key" "hello"
- vals, err := client.Eval("return {KEYS[1],ARGV[1]}", []string{"key"}, []string{"hello"}).Result()
+ vals, err := client.Eval("return {KEYS[1],ARGV[1]}", []string{"key"}, "hello").Result()
## Benchmark