Implemented SHUTDOWN

This commit is contained in:
Jonathan Leibiusky
2010-08-08 13:26:42 -03:00
parent bb5fe63b72
commit 5cc2d8874b
2 changed files with 15 additions and 0 deletions

View File

@@ -527,4 +527,8 @@ public class Client extends Connection {
public void lastsave() {
sendCommand("LASTSAVE");
}
public void shutdown() {
sendCommand("SHUTDOWN");
}
}