@Override
 public Long zremRangeByRank(String key, int start, int stop) {
   return master.zremRangeByRank(key, start, stop);
 }