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 MultiKeyCommands {
|
||||
|
||||
String watch(String... keys);
|
||||
|
||||
String unwatch();
|
||||
|
||||
Long zinterstore(String dstkey, String... sets);
|
||||
|
||||
Long zinterstore(String dstkey, ZParams params, String... sets);
|
||||
@@ -61,5 +63,9 @@ public interface MultiKeyCommands {
|
||||
|
||||
Long publish(String channel, String message);
|
||||
|
||||
void subscribe(JedisPubSub jedisPubSub, String... channels);
|
||||
|
||||
void psubscribe(JedisPubSub jedisPubSub, String... patterns);
|
||||
|
||||
String randomKey();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user