@Override
 public String hmsetLong(String key, Map<String, Long> value) {
   return master.hmsetLong(key, value);
 }