Function RedisDatabase.zremRangeByScore
Removes all elements in the sorted set stored at key with a score between min and max (inclusive).
long zremRangeByScore(string RNG = "[]")
(
string key,
double min,
double max
);