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 ca9c0ce8 Add FUNCTION FLUSH into supported-commands.md (#316)
ca9c0ce8 is described below
commit ca9c0ce8d5712b4298a976151a2878767ffba203
Author: Twice <[email protected]>
AuthorDate: Sat Aug 16 13:00:45 2025 +0800
Add FUNCTION FLUSH into supported-commands.md (#316)
---
docs/supported-commands.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/supported-commands.md b/docs/supported-commands.md
index 48cfbedf..945cdb71 100644
--- a/docs/supported-commands.md
+++ b/docs/supported-commands.md
@@ -500,6 +500,7 @@ These commands are subcommands for `FUNCTION`, using as
`FUNCTION LOAD` etc.
| LIST | ✓ | v2.7.0 | Returns the information
about all libraries and their code (enabled via `with_code`).
|
| LISTLIB | ✓ | v2.7.0 | Returns detailed information
of a specific library.
|
| LISTFUNC | ✓ | v2.7.0 | Returns the information
about all functions and libraries they are located in.
|
+| FLUSH | ✓ | unstable | Deletes all function
libraries. |
:::note