We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 881cc1f commit ef2083aCopy full SHA for ef2083a
README.md
@@ -19,12 +19,14 @@ RedisJSON2 ([RedisJSON](https://github.com/RedisJSON/RedisJSON) nextgen) is a [R
19
## New Commands in RedisJSON2
20
21
JSON.INDEX ADD <index> <field> <path>
22
- JSON.INDEX DEL <index> <field>
23
- JSON.INDEX INFO <index> <field>
24
-
25
JSON.QGET <index> <query> <path>
+
+### Next Milestone
26
JSON.QSET <index> <query> <path> <json> [NX | XX]
27
JSON.QDEL <index> <query> <path>
28
+ JSON.INDEX DEL <index> <field>
29
+ JSON.INDEX INFO <index> <field>
30
31
Return value from JSON.QGET is an array of keys and values:
32
0 commit comments