Implemented LASTSAVE
This commit is contained in:
@@ -617,4 +617,9 @@ public class Jedis {
|
||||
client.bgrewriteaof();
|
||||
return client.getStatusCodeReply();
|
||||
}
|
||||
|
||||
public int lastsave() {
|
||||
client.lastsave();
|
||||
return client.getIntegerReply();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user