This is an automated email from the ASF dual-hosted git repository. twice pushed a commit to branch twice/fix-function-commands in repository https://gitbox.apache.org/repos/asf/incubator-kvrocks-website.git
commit 627e1c2d0af80b341c1f4b7485c98a637810a119 Author: Twice <[email protected]> AuthorDate: Sat Nov 19 23:55:03 2022 +0800 Fix function command table in supported commands --- docs/01-supported-commands.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/01-supported-commands.md b/docs/01-supported-commands.md index 3edc635..f966cd5 100644 --- a/docs/01-supported-commands.md +++ b/docs/01-supported-commands.md @@ -271,6 +271,8 @@ sidebar_position: 1 ## FUNCTION Commands +| Command | Supported OR Not | Desc | +| ------------ | ---------------- | ---- | | FUNCTION DELETE | X | | | FUNCTION DUMP | X | | | FUNCTION FLUSH | X | |
