git-hulk commented on code in PR #276: URL: https://github.com/apache/kvrocks-website/pull/276#discussion_r1988720544
########## docs/supported-commands.md: ########## @@ -281,6 +281,7 @@ To guarantee the correctness of client SDK, we rename the `CLUSTER` command to ` | ----------- | ---------------- | ------------- | ------------------------------------------------------------------------------------------------------------ | | BGSAVE | ✓ | v1.0.0 | Initiates a background save of the dataset to disk. | | LASTSAVE | ✓ | v2.6.0 | Returns the Unix timestamp of the last successful save to disk. | +| LASTSAVE ISO8601 | ✓ | 2.11.1 | Returns the time of the last successful save to disk in ISO8601 format. Review Comment: ```suggestion | LASTSAVE ISO8601 | ✓ | unstable | Returns the time of the last successful save to disk in ISO8601 format. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
