redisZCount
Returns the number of elements in the sorted set at key with a score between min and max.
The min and max arguments have the same semantic as described for redisZRangeByScore
.
redisZCount(key, min, max)
key |
The set name. |
min |
Minimum score. |
max |
Maximum score. |
See the Redis documentation for more information.
B. W. Lewis
http://redis.io/commands
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.