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


##########
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:
   | 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 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. |
   
   Something like this works? i can shorten the description if needed.



-- 
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