@Override
 public String restore(String key, int expire, byte[] v) {
   return master.restore(key, expire, v);
 }