This is an automated email from the ASF dual-hosted git repository. PragmaTwice pushed a commit to branch twice/hsetgetex in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
commit 35be19ec7dab61a0129fc05c99792b2abb68bc87 Author: Twice <[email protected]> AuthorDate: Sat Jul 18 22:58:54 2026 +0800 Add HSETEX and HGETEX commands to documentation --- docs/supported-commands.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/supported-commands.md b/docs/supported-commands.md index 5842762c..924173fb 100644 --- a/docs/supported-commands.md +++ b/docs/supported-commands.md @@ -63,6 +63,8 @@ | HEXPIRETIME | ✓ | unstable | Returns the expiration Unix timestamp in seconds for one or more hash fields. | | HPEXPIRETIME | ✓ | unstable | Returns the expiration Unix timestamp in milliseconds for one or more hash fields. | | HPERSIST | ✓ | unstable | Removes the expiration time from one or more hash fields. | +| HSETEX | ✓ | unstable | Sets the value of a specific field within a hash and assigns it an expiration time in seconds. | +| HGETEX | ✓ | unstable | Retrieves the value of a specific hash field while optionally updating or removing its expiration time. | ## List commands
