This is an automated email from the ASF dual-hosted git repository. PragmaTwice pushed a commit to branch twice/hexpire in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
commit 004a3c9f535428e0361d1be85c7341aef568a88c Author: Twice <[email protected]> AuthorDate: Wed May 27 22:46:10 2026 +0800 Add HEXPIRE and HPERSIST commands to documentation See changes. --- docs/supported-commands.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/supported-commands.md b/docs/supported-commands.md index 9ceefb6f..e7f74e67 100644 --- a/docs/supported-commands.md +++ b/docs/supported-commands.md @@ -54,6 +54,8 @@ | HSCAN | ✓ | v1.0.0 | SCAN for fields of a hash. | | HRANDFIELD | ✓ | v2.6.0 | Returns some random fields in a hash. | | HSETEXPIRE | ✓ | v2.12.0 | The combination of these two commands: HSET and EXPIRE | +| HEXPIRE | ✓ | unstable | | +| HPERSIST | ✓ | unstable | | ## List commands
