Move pfcount(keys) method to multikey interfaces
This commit is contained in:
@@ -81,4 +81,6 @@ public interface MultiKeyCommands {
|
||||
ScanResult<String> scan(final String cursor);
|
||||
|
||||
String pfmerge(final String destkey, final String... sourcekeys);
|
||||
|
||||
long pfcount(final String...keys);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user