Skip to content

Commit ef2083a

Browse files
authored
Update README.md
1 parent 881cc1f commit ef2083a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,14 @@ RedisJSON2 ([RedisJSON](https://github.com/RedisJSON/RedisJSON) nextgen) is a [R
1919
## New Commands in RedisJSON2
2020

2121
JSON.INDEX ADD <index> <field> <path>
22-
JSON.INDEX DEL <index> <field>
23-
JSON.INDEX INFO <index> <field>
24-
2522
JSON.QGET <index> <query> <path>
23+
24+
### Next Milestone
2625
JSON.QSET <index> <query> <path> <json> [NX | XX]
2726
JSON.QDEL <index> <query> <path>
27+
28+
JSON.INDEX DEL <index> <field>
29+
JSON.INDEX INFO <index> <field>
2830

2931
Return value from JSON.QGET is an array of keys and values:
3032

0 commit comments

Comments
 (0)