Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/supported-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down