@Override
 public byte[] dump(String key) {
   return master.dump(key);
 }