RedisDatabase.zremRangeByScore

Removes all elements in the sorted set stored at key with a score between min and max (inclusive).

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

Meta