This is an automated email from the ASF dual-hosted git repository.
twice pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
The following commit(s) were added to refs/heads/main by this push:
new 678ee026 doc(server): Added documentation for LASTSAVE [format]
command. (#276)
678ee026 is described below
commit 678ee026c480db6a79140b159a11a7b956a1529a
Author: Anirudh Lakhanpal <[email protected]>
AuthorDate: Tue Mar 11 18:56:39 2025 +0530
doc(server): Added documentation for LASTSAVE [format] command. (#276)
* Added documentation for LASTSAVE command under supported command section
* improved description for LASTSAVE cmd
* fixed space alignment
* Update docs/supported-commands.md
* Update docs/supported-commands.md
---------
Co-authored-by: Twice <[email protected]>
---
docs/supported-commands.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/supported-commands.md b/docs/supported-commands.md
index c95edf56..286161be 100644
--- a/docs/supported-commands.md
+++ b/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 timestamp of
the last successful save to disk. Additionally, `LASTSAVE ISO8601` returns the
time in ISO8601 format. |
| PING | ✓ | v1.0.0 | Checks if the server is
alive, responding with "PONG."
|
| SELECT | ✓ | v1.0.0 | simply returns OK.
|
| ECHO | ✓ | v2.0.6 | Echoes back the input
string, useful for testing.
|