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