Skip to content

Redis Stack 6.2.6-v14

Compare
Choose a tag to compare
@vladvildanov vladvildanov released this 04 Apr 13:55
526ae17

This is a maintenance release for Redis Stack Server 6.2.6

Update urgency: HIGH: There is a critical bug that may affect a subset of users. Upgrade!

Headlines:

This version contains the latest search and query capability with several improvements and bug fixes, including a critical bug fix. This release also includes the latest JSON data structure with a fix for a potential crash, and the time series data structure with more detailed LibMR error messages and a fix for a potential crash. It also contains the latest version of RedisInsight.

Details:

Improvements

  • Search and query:

    • #4502 Handle error properly when trying to execute Search commands on cluster setup as part of MULTI/EXEC or LUA script (MOD-6541)
  • Time series:

    • #1593 More detailed LibMR error messages

Bug Fixes

  • Search and query:

    • #4524 FT.CURSOR READ in a numeric query causing a crash (MOD-6597)
    • #4543 FT.SEARCH accessing an inexistent memory address causes a crash if using deprecated FT.ADD command (MOD-6599)
    • #4535 FT.PROFILE with incorrect arguments could cause a crash on cluster setup (MOD-6791)
    • #4540 Unfree memory from an existing RDB while re-indexing loading a new RDB could cause a crash (MOD-6831, 6810)
    • #4485 Some parameter settings using just prefixes instead of full values were working (MOD-6709)
    • #4557 Additional "}" on wildcards replies for FT.EXPLAIN (MOD-6768)
  • JSON:

    • #1192 Crashes with numeric values greater than i64::MAX (MOD-6501, MOD-4551, MOD-4856, MOD-5714)
  • Time series:

    • LibMR#51 Crash on SSL initialization failure (MOD-5647)

Redis version

Module versions

Recommended Client Libraries

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

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.

Downloads