Skip to content

2.0.0-M2

Pre-release
Pre-release
Compare
Choose a tag to compare
@MeirShpilraien MeirShpilraien released this 12 Aug 19:46
· 1474 commits to master since this release
10410a2

This is the second milestone release for RedisSearch 2.0

Highlights:

  • #1394 - Expired documents (TTL) will be removed from the index.
  • #1394 - Optimization for not reindexing documents where non-indexed fields were updated.

Details:

  • Minor changes:

    • #1384 - Renamed FT.DELETE (introduced in 2.0-M1) to FT.DROPINDEX
    • #1385 - Add index definition to FT.INFO response.
    • #1381 - FT.SYNADD is removed, use FT.SYNUPDATE instead. Also the group id can now be a string (next to a number).
  • Bugfixes

    • #1389 - Fix argument name to PAYLOAD_FIELD (was PAYLOAD).
    • #1403 - Fix issue where reindexing stats were reported wrong.
  • Known issues in this milestone release:

    • Upgrade is not possible from 1.X versions or from 2.0.0-M1

Notes:

  • This is not the GA version of 2.0. The version inside Redis will be 19902 or 1.99.2 in semantic versioning. Since the version of a module in Redis is numeric, we could not add an M2 flag.
  • Requires Redis v6 or above