Add Binary Pipeline version of pfcount
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user