added interfaces for ScriptingCommands, AdvancedCommands most of jedis and binaryjedis are defined by interfaces
This commit is contained in:
@@ -49,6 +49,8 @@ public interface MultiKeyBinaryCommands {
|
||||
|
||||
String watch(byte[]... keys);
|
||||
|
||||
String unwatch();
|
||||
|
||||
Long zinterstore(byte[] dstkey, byte[]... sets);
|
||||
|
||||
Long zinterstore(byte[] dstkey, ZParams params, byte[]... sets);
|
||||
@@ -61,5 +63,9 @@ public interface MultiKeyBinaryCommands {
|
||||
|
||||
Long publish(byte[] channel, byte[] message);
|
||||
|
||||
void subscribe(BinaryJedisPubSub jedisPubSub, byte[]... channels);
|
||||
|
||||
void psubscribe(BinaryJedisPubSub jedisPubSub, byte[]... patterns);
|
||||
|
||||
byte[] randomBinaryKey();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user