throw convertLettuceAccessException(ex);
}
}
public Long zInterStore(byte[] destKey, Aggregate aggregate, int[] weights, byte[]... sets) {
ZStoreArgs storeArgs = zStoreArgs(aggregate, weights);
try {
if (isPipelined()) {
pipeline(new LettuceResult(getAsyncConnection().zinterstore(destKey, storeArgs, sets)));
return null;