This is an automated email from the ASF dual-hosted git repository.

hulk 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 d7993b2  Add new command JSON.RESP (#235)
d7993b2 is described below

commit d7993b272752a02eb851aa74888bb94ba9fac32f
Author: hulk <[email protected]>
AuthorDate: Tue Jul 23 16:23:00 2024 +0800

    Add new command JSON.RESP (#235)
    
    * Add new commnd: JSON.RESP
    
    * Update docs/supported-commands.md
    
    Co-authored-by: Twice <[email protected]>
    
    ---------
    
    Co-authored-by: Twice <[email protected]>
---
 docs/supported-commands.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/supported-commands.md b/docs/supported-commands.md
index 814744c..734a3db 100644
--- a/docs/supported-commands.md
+++ b/docs/supported-commands.md
@@ -397,7 +397,7 @@ In addition, `LISTFUNC` subcommand is added as an extension 
to list all function
 | JSON.NUMMULTBY | √                | v2.7.0        |      |
 | JSON.OBJKEYS   | √                | v2.7.0        |      |
 | JSON.OBJLEN    | √                | v2.7.0        |      |
-| JSON.RESP      | X                | -             |      |
+| JSON.RESP      | √                | unstable      |      |
 | JSON.SET       | √                | v2.7.0        |      |
 | JSON.STRAPPEND | √                | v2.7.0        |      |
 | JSON.STRLEN    | √                | v2.7.0        |      |

Reply via email to