Update RediSearch module to v8.9.80
RediSearch module bundled with Redis has been updated from v8.8.0 to v8.9.80. This is a low-risk version bump that only modifies the MODULE_VERSION in the build configuration.
Jira: https://redislabs.atlassian.net/browse/MOD-16291
Updates the bundled RediSearch module version used by Redis module
builds from v8.8.0 to v8.9.80.
This picks up the tagged RediSearch 8.9.80 release.
Validation:
- Checked that
v8.9.80exists inRediSearch/RediSearchand resolves
to280c3ce1bd65fd7306cae75a1d54bce3a05518e4. - Checked the diff is limited to
modules/redisearch/Makefile. - Ran
git diff --check.
Note
Low Risk
Single Makefile version pin with no application logic changes; main
risk is behavioral differences in the upstream RediSearch 8.9.80 release
at runtime.
Overview
RediSearch module version bump from v8.8.0 to v8.9.80 via
MODULE_VERSION in modules/redisearch/Makefile, so Redis module
builds fetch and compile the tagged 8.9.80 release instead of 8.8.0.
No other build flags or paths change in this PR.
Reviewed by Cursor Bugbot for commit
7bd4875. Bugbot is set up for automated
code reviews on this repo. Configure
here.
Source: original entry ↗