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 86b439e  Add mpublish and *_ro to supported-commands.md (#150)
86b439e is described below

commit 86b439e25e3945078ec6cb1aaedfd3dbe4e60672
Author: Twice <[email protected]>
AuthorDate: Fri Sep 1 10:54:57 2023 +0900

    Add mpublish and *_ro to supported-commands.md (#150)
---
 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    | √                |      |

Reply via email to