public Set<V> reverseRangeByScore(double min, double max) {
   return ops.reverseRangeByScore(getKey(), min, max);
 }