RedisDatabase.zcount

Returns the number of elements in the sorted set at key with a score between min and max

struct RedisDatabase
long
zcount
(
string RNG = "[]"
)
(
string key
,
double min
,
double max
)

Meta