PragmaTwice commented on code in PR #276:
URL: https://github.com/apache/kvrocks-website/pull/276#discussion_r1989266900


##########
docs/supported-commands.md:
##########
@@ -280,8 +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 ISO8601 | ✓           | 2.11.1        | Returns the time of the 
last successful save to disk in ISO8601 format.
+| 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:
   ```suggestion
   | LASTSAVE | ✓ | v2.6.0 | Returns the time of the last successful save to 
disk. (Additionally, `LASTSAVE ISO8601` returns the time 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]

Reply via email to