v2.6.3
版本发布时间: 2023-07-25 22:23:37
RedisJSON/RedisJSON最新发布版本:v2.8.4(2024-09-01 22:51:08)
This is the fourth Release Candidate of RedisJSON 2.6
Details
Features:
- #916 Introduce 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
Notes:
- The version inside Redis will be 2.6.3 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