Implemented SHUTDOWN
This commit is contained in:
@@ -527,4 +527,8 @@ public class Client extends Connection {
|
||||
public void lastsave() {
|
||||
sendCommand("LASTSAVE");
|
||||
}
|
||||
|
||||
public void shutdown() {
|
||||
sendCommand("SHUTDOWN");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user