This is an automated email from the ASF dual-hosted git repository. twice pushed a commit to branch PragmaTwice-patch-2 in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
commit a2dfb3b93849195b32338189052bfb7f6d06a1ce Author: Twice <[email protected]> AuthorDate: Sat Jan 3 18:03:00 2026 +0800 Add DELEX command to supported commands list refer to https://github.com/apache/kvrocks/commit/6148f9bccfd81a36213cd5427bac00b74427d875 --- docs/supported-commands.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/supported-commands.md b/docs/supported-commands.md index 721df30b..0461c077 100644 --- a/docs/supported-commands.md +++ b/docs/supported-commands.md @@ -30,6 +30,7 @@ | LCS | ✓ | v2.9.0 | Finds the longest common substring between the string stored at a key and another string. | | DIGEST | ✓ | unstable | Compute the hash digest of the string. | | MSETEX | ✓ | unstable | Set multiple string keys atomically in one command with expiration time. | +| DELEX | ✓ | unstable | Delete a string key if the condition is satisfied. | ## Hash commands
