Function RedisDatabase.zcount
Returns the number of elements in the sorted set at key with a score between min and max
long zcount(string RNG = "[]")
(
string key,
double min,
double max
);