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

Releases: RedisJSON/RedisJSON2

0.9.2

19 Feb 14:08
Compare
Choose a tag to compare
  • Upgrade redismodule-rs:0.7.0 & redisearch_api:0.3.0 versions
  • Fix crash on json.get #80

0.9.1

19 Jan 12:02
Compare
Choose a tag to compare
  • Use branch overflow (bug fix #74)

0.8.0

30 Oct 15:03
Compare
Choose a tag to compare

upgrade to redismodule-rs v0.5.0

0.7.1 - Docker release

28 Oct 20:01
c1ea9f6
Compare
Choose a tag to compare
v0.7.1

Update Cargo.toml

0.7.0

02 Oct 10:26
6b71a3d
Compare
Choose a tag to compare
  • Async indexing index existing docs on JSON.INDEX ADD
  • Fix more backward with RedisJSON 1.0

0.6.0 - Search by query (based on RediSearch)

11 Sep 08:27
2143ec1
Compare
Choose a tag to compare
  • 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

03 Sep 12:06
Compare
Choose a tag to compare
  • Full commands backward support
  • RDB backward support
  • BSON Format support in JSON.SET

0.4.0

13 Aug 07:58
d97439a
Compare
Choose a tag to compare
  1. Add support for STRAPPEND, ARRAPPEND, ARRINSERT, ARRPOP, ARRINDEX, ARRTRIM, OBJKEYS
  2. Extend backward compatibility with RedisJSON

0.3.0

11 Jul 13:45
4dc407d
Compare
Choose a tag to compare
  • Numeric operations support
  • Backward path support

0.2.0

03 Jul 13:46
ca3605d
Compare
Choose a tag to compare

Add support for the following:

  • mget
  • set with path
  • del with path