Update README.md
This commit is contained in:
parent
656241324c
commit
ce45d60c3e
58
README.md
58
README.md
@ -95,32 +95,6 @@ valkey-server --loadmodule /path/to/libjson.so
|
|||||||
2. Execute Valkey command:
|
2. Execute Valkey command:
|
||||||
MODULE LOAD /path/to/libjson.so
|
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
|
## Usage Example
|
||||||
|
|
||||||
@ -163,10 +137,6 @@ OK
|
|||||||
|
|
||||||
Here's a more interesting example that includes JSON arrays and objects:
|
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
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user