Skip to content

Redis Stack 7.2.0-v9

Compare
Choose a tag to compare
@ViktarStarastsenka ViktarStarastsenka released this 04 Mar 14:43
· 2 commits to 7.2 since this release
2960950

This is a maintenance release for Redis Stack Server 7.2.0.

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

Headlines:

This version contains the latest search and query capability with an improvement for memory allocation patterns on the memory used to query GEOSHAPE types, and several bug fixes. This release also includes the latest probabilistic data structures with a fix for a potential crash, and triggers and functions capability with an updated v8 version. It also contains the latest version of RedisInsight.

Details:

Improvements

  • Search and query:
    • #4313 Memory allocation patterns on the memory used to query GEOSHAPE types (MOD 6431)

Bug Fixes

  • Search and query:

    • #4476 Split INFIX and SUFFIX report on FT.EXPLAIN and FT.EXPLAINCLI (MOD-6186)
    • #4467 Memory leak upon suffix query for a TAG indexed with WITHSUFFIXTRIE (MOD-6644)
    • #4403 Clustered FT.SEARCH hangs forever without replying when an invalid topology is found (MOD-6557)
    • #4355 Searching for a synonym will iterate in the same group multiple times, causing a performance hit (MOD-6490)
  • Probabilistic data structures:

    • #753 Potential crash on CMS.MERGE when using invalid arguments
  • Triggers and Functions:

    • #1089 Update v8 version to 12.2.281.21
  • Redis version:

Module versions

Recommended Client Libraries

Compatible with RedisInsight. The docker image redis/redis-stack for this version is bundled with RedisInsight 2.44.

Note: version numbers follow the following pattern:
x.y.z-b

  • x.y Redis Major version
  • z increases with even numbers as a module x.y version increases.
  • b denotes a patch to Redis or a module (any z of Redis or Modules). b will consist of a v + numeric value.