This repository has been archived by the owner on Apr 20, 2020. It is now read-only.
Releases: RedisJSON/RedisJSON2
Releases · RedisJSON/RedisJSON2
0.9.2
0.9.1
0.8.0
0.7.1 - Docker release
v0.7.1 Update Cargo.toml
0.7.0
0.6.0 - Search by query (based on RediSearch)
- 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>
0.5.0 - Full backward support
- Full commands backward support
- RDB backward support
- BSON Format support in JSON.SET