Fixed Readme typo ZRangeBy

This commit is contained in:
Nathan Jones 2016-11-27 12:27:58 +00:00 committed by GitHub
parent ecc6a4909b
commit 2fb4a785f3
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ Some corner cases:
vals, err := client.Sort("list", redis.Sort{Offset: 0, Count: 2, Order: "ASC"}).Result()
ZRANGEBYSCORE zset -inf +inf WITHSCORES LIMIT 0 2
vals, err := client.ZRangeByScoreWithScores("zset", redis.ZRangeByScore{
vals, err := client.ZRangeByScoreWithScores("zset", redis.ZRangeBy{
Min: "-inf",
Max: "+inf",
Offset: 0,