This is an automated email from the ASF dual-hosted git repository.
PragmaTwice 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 fa054c77 Add HSETEX and HGETEX commands to documentation (#395)
fa054c77 is described below
commit fa054c7758ea430504a78515a3c8707f98abee0c
Author: Twice <[email protected]>
AuthorDate: Sat Jul 18 23:09:38 2026 +0800
Add HSETEX and HGETEX commands to documentation (#395)
---
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