Implemented MONITOR

This commit is contained in:
Jonathan Leibiusky
2010-08-08 13:48:04 -03:00
parent 0453ffcd1f
commit f0a426a7c7
5 changed files with 45 additions and 6 deletions

View File

@@ -535,4 +535,8 @@ public class Client extends Connection {
public void info() {
sendCommand("INFO");
}
public void monitor() {
sendCommand("MONITOR");
}
}