RedisPipeline.zrevrangeByScore
- Response!(Set!(string)) zrevrangeByScore(string key, double max, double min)
 - Response!(Set!(string)) zrevrangeByScore(string key, string max, string min)
 - Response!(Set!(string)) zrevrangeByScore(string key, double max, double min, int offset, int count)
 - Response!(Set!(string)) zrevrangeByScore(string key, string max, string min, int offset, int count)