Apply PF* (string, binary) commands to Pipeline
* Apply PF* (string, binary) commands to Pipeline * PF* Pipeline (string, binary) commands to interface ** pfadd / pfcount : BinaryRedisPipeline, RedisPipeline ** pfmerge : MultiKeyBinaryRedisPipeline, MultiKeyCommandsPipeline
This commit is contained in:
@@ -210,4 +210,8 @@ public interface BinaryRedisPipeline {
|
||||
Response<Long> bitcount(byte[] key);
|
||||
|
||||
Response<Long> bitcount(byte[] key, long start, long end);
|
||||
|
||||
Response<Long> pfadd(final byte[] key, final byte[]... elements);
|
||||
|
||||
Response<Long> pfcount(final byte[] key);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user