content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.0-release-notes.md
RedisJSON v2.0.11 requires:
This is a maintenance release for RedisJSON 2.0.
Update urgency: LOW - No need to upgrade unless there are new features you want to use.
Details:
Improvements:
This is a maintenance release for RedisJSON 2.0.
Update urgency: LOW: No need to upgrade unless there are new features you want to use.
Details:
Bug fixes:
JSON.CLEAR (MOD-3136)Improvements:
getdouble to succeed with integer valuesThis is a maintenance release for RedisJSON 2.0.
Update urgency: LOW - No need to upgrade unless there are new features you want to use.
Details:
This is a maintenance release for RedisJSON 2.0.
Update urgency: LOW - No need to upgrade unless there are new features you want to use.
Details:
Improvements:
Bug fixes:
This is a maintenance release for RedisJSON 2.0.
Update urgency: MODERATE: Program an upgrade of the server, but it's not urgent.
This patch neutralizes the increased memory consumption from v1 to v2.
Details:
This is a maintenance release for RedisJSON 2.0.
Details:
This is the General Availability release of RedisJSON 2.0.
RedisJSON is a high-performance JSON document store that allows developers to build modern applications. It stores and processes JSON in-memory, supporting millions of operations per second with sub-millisecond response times. The combination of RediSearch, native indexing, querying, and full-text search of JSON documents allows developers to create secondary indexes and query data at lightning speed.
Using RediSearch, it is now possible to [index, query, and search JSON documents]({{<relref "/develop/ai/search-and-query/indexing">}}), gaining full-text search capabilities and document retrieving based on their content.
To do so, you must install both modules, RedisJSON and RediSearch, on the same database.
The commands [support JSONPath]({{<relref "/develop/data-types/json/path">}}) as specified in the original specifications.
The legacy path syntax is still supported.
A JSONPath query may resolve to several paths. Every command supports multiple paths and applies the operation to all the encountered paths.
Notice that the output of the commands evolved to provide multiple results according to the number of paths impacted.
Enhancements
Bug fixes