website/docs/commands/checkpoint.md
BGSAVE [SCHEDULE] [DBID]
Save all databases inside the Garnet instance in the background. If a DB ID is specified, save save only that specific database.
One of the following:
SAVE [DBID]
The SAVE commands performs a synchronous save of the dataset producing a point in time snapshot of all the data inside the Garnet instance. If a DB ID is specified, only the data inside of that database will be snapshotted.
Simple string reply: OK.
LASTSAVE [DBID]
Return the UNIX TIME of the last DB save executed with success for the current database or, if a DB ID is specified, the last DB save executed with success for the specified database.
Integer reply: UNIX TIME of the last DB save executed with success.