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 41b844d5 Add FLUSH* to supported-commands.md (#309)
41b844d5 is described below
commit 41b844d56509fc3e63c04ae8e84f6a0401d5502b
Author: Twice <[email protected]>
AuthorDate: Mon Jul 14 12:09:57 2025 +0800
Add FLUSH* to supported-commands.md (#309)
---
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.
|