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 e59ec37 Add function commands to supported-commands.md (#162)
e59ec37 is described below
commit e59ec37e17517b8aba94926e3d3916af8997c7a6
Author: Twice <[email protected]>
AuthorDate: Sun Oct 1 16:10:38 2023 +0900
Add function commands to supported-commands.md (#162)
---
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).
+:::