This is an automated email from the ASF dual-hosted git repository. twice pushed a commit to branch PragmaTwice-patch-6 in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
commit a034d698f9229539bd1ff51920bf98a5e858eaff Author: Twice <[email protected]> AuthorDate: Sat Aug 16 13:00:15 2025 +0800 Add FUNCTION FLUSH into supported-commands.md --- 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
