This is an automated email from the ASF dual-hosted git repository. twice pushed a commit to branch twice/function in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
commit 62c8cbf10bdf45c4fcd76882e411445b0eaa4fd3 Author: Twice <[email protected]> AuthorDate: Sun Oct 1 15:44:22 2023 +0900 Add function commands to supported-commands.md --- docs/supported-commands.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/docs/supported-commands.md b/docs/supported-commands.md index 3bf3c6d..9594fc2 100644 --- a/docs/supported-commands.md +++ b/docs/supported-commands.md @@ -317,10 +317,16 @@ The db size is updated async after execute `dbsize scan` command. | BF.INSERT | √ | | | BF.MEXIST | √ | | -## Hyperloglog commands +## Function commands -[Not supported yet](https://redis.io/commands/?group=hyperloglog). +| Command | Supported OR Not | Desc | +|------------|------------------|-------------| +| FUNCTION | √ | | +| FCALL | √ | | -## Function commands +:::note + +Currently only `LOAD`, `DELETE`, `LIST` subcommands are supported in `FUNCTION`. +In addition, `LISTFUNC` subcommand is added as an extension to list all functions and their libraries in which they are located. -[Not supported yet](https://redis.io/commands/?group=scripting). +:::
