@Override
 public Long exists(String key) {
   return master.exists(key);
 }