@Override
 public Long sinterStore(String destination, String key, String... keys) {
   return master.sinterStore(destination, key, keys);
 }