RediSearch 1.6-RC2

This is the second Release Candidate for RediSearch 1.6.

  • Improvements:

    • #891 All memory allocations will now use the redis allocator
    • #883 FORK GC optimizations - introduce new config parameter FORK_GC_CLEAN_THRESHOLD. RediSearch will only start to clean when the number of not cleaned documents is exceeding this threshold.
  • Bugfixes

    • #898 Fix rare issue where FORK GC doesn’t exits on termination of Redis
    • #865 When using ft.search with SORTBY, it will only be possible to sort by one field
      note: the version inside Redis will be 10603 or 1.6.3 in semantic versioning.

More info:

https://github.com/RediSearch/RediSearch/releases/tag/v1.6.3

https://github.com/RediSearch/RediSearch/releases/tag/v1.6.2