This is the second Release Candidate of Redis Stack 7.0.2
Update urgency: MODERATE
: Program an upgrade of the server, but it's not urgent.
Headlines:
This version includes the latest RediSearch 2.4.14 with Vector Similarity 0.3.2, added timeout during prefix query and efficient removal from prefix-list for cases with many indices.
Also, RedisGraph 2.8.19 includes recalculation of the execution plan when a query is cached and then a relevant index is created.
Details
Improvements
- RediSearch Vector similarity v0.3.2
- RediSearch #2955 Add timeout during prefix query (MOD-3949)
- RediSearch #2957 Efficient removal from prefix-list for cases with many indices
- RediSearch #2760, #2916 Expose Index statistics information in
INFO MODULES
section [MOD-2611] - RedisGraph #2519 When a query is cached and then a relevant index is created - recalculate the execution plan
Bug fixes
- RediSearch #192 Fixing support for custom module arguments
- RediSearch #192 Fixed passing in custom arguments to Redis
- RediSearch #2937 Returning
NULL
response after encountering an expired document (MOD-3515) - RediSearch #2962 Crash upon AOF preload (MOD-3951)
- RediSearch #2986 Memory leak related to schema prefixes
- RediSearch #2967 Bug in the intersect iterator
- RediSearch #2900 Disable
SORTBY
+MAX
inFT.SEARCH
which could cause crash (but was not supported) [MOD-3540] - RedisGraph #2517 Crash on invalid
REDUCE
queries - RedisGraph #2525
toJSON
- node labels are not separated with ',' - RedisGraph #2467 Possibly wrong results when using a variable named
anon_N
- RedisGraph #2522 Deleting an edge index leaves traces
- RedisGraph #2477 Cannot extract the latitude or the longitude of a point
Redis version (no changes)
Module versions
Recommended Client Libraries (no changes)
- Java
- Python
- NodeJS
- .NET
Compatible with latest RedisInsight. The docker image redis/redis-stack for this version is bundled with RedisInsight 2.8.0.
Note: version numbers follow the following pattern:
x.y.z-b
x.y
Redis Major versionz
increases with even numbers as a module x.y version increases.b
denotes a patch to Redis or a module (anyz
of Redis or Modules).b
will consist of av
+ numeric value.