Method RedisClient.zrevRangeByScore

Prototypes

RedisReply zrevRangeByScore(
  string key,
  double min,
  double max,
  bool withScores
);