Skip to content

Releases: RedisJSON/RedisJSON

1.0.5

07 Sep 07:23
6b6c41e
Compare
Choose a tag to compare

This is a maintenance release for version 1.0.
Update urgency: Low

Headlines:

  • This release improves overall stability and provides fixes for issues found after the previous release.

Details:

  • Enhancements:
    • Republish docker image based on Redis 6
  • Bugfixes:
    • #200 Following a call to JSON.ARRPOP and JSON.STRAPPEND, the LRU cache should be invalidated.

1.0.4

21 Feb 16:20
e6b1c3d
Compare
Choose a tag to compare
v1.0.4

update to version 1.0.4

1.0.3

12 Sep 17:20
Compare
Choose a tag to compare

This release disables the cache by default, and allows an explicit CACHE <ON|OFF> module argument to enable it.

1.0.2

10 Sep 17:53
Compare
Choose a tag to compare

This release contains some bug fixes over 1.0.2. It also includes some ci changes as well.

v1.0.1: Version 1.0.1

28 Dec 13:15
Compare
Choose a tag to compare
This version provides a serialization cache for JSON.GET (when used with the
default parameters). The cache policy is LRU (last recently used), and extremely
small items are not cached.

In the future, options may be added to configure the cache, but for the time being
the cache is intended to be small and transparent.

0.99.1

14 Nov 15:43
Compare
Choose a tag to compare
0.99.1 Pre-release
Pre-release

Nothing new - just updated travis rules to make it build a proper archive.

0.99

14 Nov 15:28
Compare
Choose a tag to compare
0.99 Pre-release
Pre-release

This is the beta release of ReJSON