torwig commented on code in PR #276:
URL: https://github.com/apache/kvrocks-website/pull/276#discussion_r1989118202
##########
docs/supported-commands.md:
##########
@@ -280,7 +280,7 @@ To guarantee the correctness of client SDK, we rename the
`CLUSTER` command to `
| Command | Supported OR Not | Since Version | Description
|
| ----------- | ---------------- | ------------- |
------------------------------------------------------------------------------------------------------------
|
| 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 | ✓ | v2.6.0 | Returns the time of the last successful save to
disk. By default ``LASTSAVE`` returns a Unix timestamp. If `ISO8601` is
specified as an argument, it returns the time in ISO8601 format. |
Review Comment:
Could you please add spaces to align the columns of the `LASTSAVE` command?
--
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]