add info optional parameter
This commit is contained in:
@@ -27,6 +27,8 @@ public interface BasicCommands {
|
||||
String shutdown();
|
||||
|
||||
String info();
|
||||
|
||||
String info(String section);
|
||||
|
||||
String slaveof(String host, int port);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user