This is an automated email from the ASF dual-hosted git repository. twice pushed a commit to branch twice/add-mpublish in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
commit 75907f7c56999cce9c4a99935401ecf8d40c607e Author: Twice <[email protected]> AuthorDate: Fri Sep 1 10:48:46 2023 +0900 Add mpublish and *_ro to supported-commands.md --- docs/supported-commands.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/supported-commands.md b/docs/supported-commands.md index f4043fe..e94d11e 100644 --- a/docs/supported-commands.md +++ b/docs/supported-commands.md @@ -171,11 +171,13 @@ String and bitmap are different types in Kvrocks, so you _cannot_ do bit operati ## Script commands -| Command | Supported OR Not | Desc | -|---------|------------------|----------------------------------------------------| -| eval | √ | | -| evalsha | √ | | -| script | √ | script kill and debug subcommand are not supported | +| Command | Supported OR Not | Desc | +|------------|------------------|----------------------------------------------------| +| eval | √ | | +| evalsha | √ | | +| eval_ro | √ | | +| evalsha_ro | √ | | +| script | √ | script kill and debug subcommand are not supported | ## PubSub commands @@ -183,6 +185,7 @@ String and bitmap are different types in Kvrocks, so you _cannot_ do bit operati |--------------|------------------|------| | psubscribe | √ | | | publish | √ | | +| mpublish | √ | | | pubsub | √ | | | punsubscribe | √ | | | subscribe | √ | |
