This is an automated email from the ASF dual-hosted git repository. twice pushed a commit to branch twice/fcall-ro in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
commit 15097e59f84d6745557d30fd212924f34959bc34 Author: Twice <tw...@apache.org> AuthorDate: Sun Oct 1 20:49:21 2023 +0900 Add FCALL_RO to 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 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