Skip to content

v2.8.19

Latest

Choose a tag to compare

@LiorKogan LiorKogan released this 28 Apr 11:06
· 226 commits to master since this release

Note

Starting with Redis 8, the JSON data structure is integral to Redis. You don't need to install this module separately.

This is not the latest release.
We no longer release new standalone versions of RedisJSON. We only patch old versions.

See https://github.com/redis/redis

This is a maintenance release for RedisJSON 2.8

Update urgency: MODERATE: Program an upgrade of the server, but it's not urgent.

Details

Bug fixes

  • #1554 Trailing chars are ignored (MOD-7266); Fixes #976
  • #1543 Wrong mutation ordering for array commands with recursive paths (MOD-6722)
  • #1542 JSONPath evaluation issues (MOD-14664); Fixes #968 (MOD-7264), #962 (MOD-7272), #963 (MOD-7270), #1089 (MOD-7268)