v2.6.2
版本发布时间: 2023-06-21 22:36:52
RedisJSON/RedisJSON最新发布版本:v2.8.4(2024-09-01 22:51:08)
This is the second Release Candidate of RedisJSON 2.6
Details
Features:
- #916 Introduce the new
JSON.MERGE
in compliance with RFC 7396, supporting:- Creating new attributes on an existing JSON document
- Updating and replacing values in parent and child attributes
- Deleting existing attributes (by setting the value to
null
) - Array update - replacing an entire array with the new value
- #944 Introduce
JSON.MSET
, supporting atomic multiple sets for keys in the same hash slot
Bug fixes (since 2.6.1):
#1025 JSON.TOGGLE
key space notification fix
Notes:
- The version inside Redis will be 2.6.2 in semantic versioning. Since the version of a module in Redis is numeric, we could not add a Release Candidate flag.
- Minimal Redis version: 7.2