Description
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
.Usage
redisZCount(key, min, max)
Value
- See the Redis documentation for more information.
References
http://redis.io/commands