Add Binary Pipeline version of pfcount

This commit is contained in:
Jungtaek Lim
2014-04-30 08:17:59 +09:00
parent 219f9b3716
commit 6485a7ec08
2 changed files with 8 additions and 0 deletions

View File

@@ -67,4 +67,6 @@ public interface MultiKeyBinaryRedisPipeline {
Response<Long> bitop(BitOP op, final byte[] destKey, byte[]... srcKeys);
Response<String> pfmerge(final byte[] destkey, final byte[]... sourcekeys);
Response<Long> pfcount(final byte[] ... keys);
}