@Override
 public String setEx(String key, Object o, int seconds) {
   return master.setEx(key, o, seconds);
 }