From ce45d60c3e14c924135d14169db9c6c01bb05993 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=93=D1=80=D0=B8=D0=B3=D0=BE=D1=80=D0=B8=D0=B9=20=D0=A1?= =?UTF-8?q?=D0=B0=D1=84=D1=80=D0=BE=D0=BD=D0=BE=D0=B2?= Date: Sat, 22 Mar 2025 18:55:20 +0000 Subject: [PATCH] Update README.md --- README.md | 58 +++++++++++++++++++++++++++---------------------------- 1 file changed, 28 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index fd22e6a..7a58d4e 100644 --- a/README.md +++ b/README.md @@ -95,32 +95,6 @@ valkey-server --loadmodule /path/to/libjson.so 2. Execute Valkey command: MODULE LOAD /path/to/libjson.so ``` -## Supported Module Commands -```text -JSON.ARRAPPEND -JSON.ARRINDEX -JSON.ARRINSERT -JSON.ARRLEN -JSON.ARRPOP -JSON.ARRTRIM -JSON.CLEAR -JSON.DEBUG -JSON.DEL -JSON.FORGET -JSON.GET -JSON.MGET -JSON.MSET (#16) -JSON.NUMINCRBY -JSON.NUMMULTBY -JSON.OBJLEN -JSON.OBJKEYS -JSON.RESP -JSON.SET -JSON.STRAPPEND -JSON.STRLEN -JSON.TOGGLE -JSON.TYPE -``` ## Usage Example @@ -163,10 +137,6 @@ OK Here's a more interesting example that includes JSON arrays and objects: -``` - -``` - @@ -237,3 +207,31 @@ $ valkey-cli --raw } ] ``` + + +## Supported Module Commands +```text +JSON.ARRAPPEND +JSON.ARRINDEX +JSON.ARRINSERT +JSON.ARRLEN +JSON.ARRPOP +JSON.ARRTRIM +JSON.CLEAR +JSON.DEBUG +JSON.DEL +JSON.FORGET +JSON.GET +JSON.MGET +JSON.MSET (#16) +JSON.NUMINCRBY +JSON.NUMMULTBY +JSON.OBJLEN +JSON.OBJKEYS +JSON.RESP +JSON.SET +JSON.STRAPPEND +JSON.STRLEN +JSON.TOGGLE +JSON.TYPE +```