From 26f1a2371ee55f7941d63a5da87f0366825a785f Mon Sep 17 00:00:00 2001 From: Twice Date: Thu, 1 Jan 2026 17:46:05 +0800 Subject: [PATCH] Update supported commands with DIGEST and MSETEX Added DIGEST and MSETEX commands with their details. --- docs/supported-commands.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/supported-commands.md b/docs/supported-commands.md index 8e0484f6..721df30b 100644 --- a/docs/supported-commands.md +++ b/docs/supported-commands.md @@ -28,6 +28,8 @@ | CAD | ✓ | v2.0.5 | Executes a Compare-And-Delete operation, deleting a key only if it matches an expected value. (see [#415](https://github.com/apache/kvrocks/pull/415)) | | GETDEL | ✓ | v2.2.0 | Retrieves the value of a key and deletes the key afterward. | | 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. | ## Hash commands