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