Implemented INFO

This commit is contained in:
Jonathan Leibiusky
2010-08-08 13:29:38 -03:00
parent 5cc2d8874b
commit 0453ffcd1f
3 changed files with 15 additions and 0 deletions

View File

@@ -531,4 +531,8 @@ public class Client extends Connection {
public void shutdown() {
sendCommand("SHUTDOWN");
}
public void info() {
sendCommand("INFO");
}
}