Apply "Format" to all files, Closes #765
This commit is contained in:
@@ -64,8 +64,8 @@ public interface MultiKeyCommandsPipeline {
|
||||
Response<String> randomKey();
|
||||
|
||||
Response<Long> bitop(BitOP op, final String destKey, String... srcKeys);
|
||||
|
||||
|
||||
Response<String> pfmerge(final String destkey, final String... sourcekeys);
|
||||
|
||||
Response<Long> pfcount(final String...keys);
|
||||
Response<Long> pfcount(final String... keys);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user