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 5e133ae Add FCALL_RO to supported-commands.md (#163)
5e133ae is described below
commit 5e133ae92e739d809650dae46461111679c4b17a
Author: Twice <[email protected]>
AuthorDate: Sun Oct 1 20:55:51 2023 +0900
Add FCALL_RO to supported-commands.md (#163)
---
docs/supported-commands.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/supported-commands.md b/docs/supported-commands.md
index 9594fc2..2f49792 100644
--- a/docs/supported-commands.md
+++ b/docs/supported-commands.md
@@ -323,6 +323,7 @@ The db size is updated async after execute `dbsize scan`
command.
|------------|------------------|-------------|
| FUNCTION | √ | |
| FCALL | √ | |
+| FCALL_RO | √ | |
:::note