This is an automated email from the ASF dual-hosted git repository.
twice 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 308bf27f Add DELEX command to supported commands list (#352)
308bf27f is described below
commit 308bf27f6e1fcaaac9f7013857dfc9a91f805767
Author: Twice <[email protected]>
AuthorDate: Sat Jan 3 18:03:17 2026 +0800
Add DELEX command to supported commands list (#352)
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