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 ed28279e2b85a27e454bef831971162cc3b81cee Author: Twice <[email protected]> AuthorDate: Mon Jul 14 12:09:18 2025 +0800 Add FLUSH* to supported-commands.md --- docs/supported-commands.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/supported-commands.md b/docs/supported-commands.md index 187e9c3d..8ce1138e 100644 --- a/docs/supported-commands.md +++ b/docs/supported-commands.md @@ -350,6 +350,8 @@ To guarantee the correctness of client SDK, we rename the `CLUSTER` command to ` | FLUSHDB | ✓ | v1.0.0 | Removes all keys from the currently selected database. | | FLUSHALL | ✓ | v1.0.0 | Removes all keys from all databases. | | FLUSHBACKUP | ✓ | v1.3.1 | Flushes backup data. | +| FLUSHMEMTABLE | ✓ | unstable | Flushes memtables into SSTs. | +| FLUSHBLOCKCACHE | ✓ | unstable | Removes all free-to-release block cache. | | COMMAND | ✓ | v2.0.1 | Returns details about available commands. | | CLIENT | ✓ | v1.0.0 | Manages client connections and their settings. | | AUTH | ✓ | v1.0.0 | Authenticates a client to the server with a password. |
