Skip to content
This repository was archived by the owner on Apr 20, 2020. It is now read-only.

0.6.0 - Search by query (based on RediSearch)

Compare
Choose a tag to compare
@gkorland gkorland released this 11 Sep 08:27
· 51 commits to master since this release
2143ec1
  • Add support for search by query based on RediSearch
JSON.INDEX ADD <index> <field> <path>
JSON.INDEX DEL <index> <field>
JSON.INDEX INFO <index> <field>
JSON.QGET <index> <query> <path>
JSON.QSET <index> <query> <path> <json> [NX | XX]
JSON.QDEL <index> <query> <path>