Skip to content

v2.4.9

Compare
Choose a tag to compare
@rafie rafie released this 30 Jun 09:13
· 918 commits to refs/heads/master since this release
55607bc

This is a maintenance release for RediSearch 2.4

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

Details

Bug fixes:

  • #2837, #2836 crash on FT.AGGREGATE "... APPLY '-INF % -1'..."
  • #2814 FT.EXPLAIN w/o parameters causes a crash
  • #2790 Incorrect num_terms value in FT.INFO after a term is deleted from all the docs (Garbage Collection)
  • #2804 Freeze when OFFSET+LIMIT was greater than maxSearchResults (config)
  • #2791 Add BlockedClientMeasureTime to coordinator for more correct performance stats
  • #2802 Tagged parts of keys (curly brackets {}) are now returned by FT.SEARCH.

Improvements:

  • #2806 Do not load JSON API when RediSearch inits as a library

Minor breaking change

  • As pointed out above, #2802 is a bug fix. However, if your application was relying on RediSearch wrongly trimming the tagged part of a key (using {}), this could break your application. This only applies to users who are using RedisSearch in clustered databases.