Fix config registration - [RED-171841]#8109
Conversation
|
Hi, I’m Jit, a friendly security platform designed to help developers build secure applications from day zero with an MVS (Minimal viable security) mindset. In case there are security findings, they will be communicated to you as a comment inside the PR. Hope you’ll enjoy using Jit. Questions? Comments? Want to learn more? Get in touch with us. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #8109 +/- ##
==========================================
- Coverage 83.57% 83.55% -0.02%
==========================================
Files 364 364
Lines 55222 55220 -2
Branches 14199 14199
==========================================
- Hits 46151 46139 -12
- Misses 8915 8925 +10
Partials 156 156
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
* fix registration * make static
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin 8.2
git worktree add -d .worktree/backport-8109-to-8.2 origin/8.2
cd .worktree/backport-8109-to-8.2
git switch --create backport-8109-to-8.2
git cherry-pick -x b634651a88a3ce3d109895733d678e12aaf1e9c1 |
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin 8.4
git worktree add -d .worktree/backport-8109-to-8.4 origin/8.4
cd .worktree/backport-8109-to-8.4
git switch --create backport-8109-to-8.4
git cherry-pick -x b634651a88a3ce3d109895733d678e12aaf1e9c1 |
* fix registration * make static (cherry picked from commit b634651)
|
Successfully created backport PR for |
* fix registration * make static (cherry picked from commit b634651)
* fix registration * make static (cherry picked from commit b634651)
Register cluster configurations (used by the coordinator) not only when
cluster-enableconfig is set,But also when running Redis Enterprise, where this config is not necessarily set.
Also remove minimal Redis version check, since in RediSearch 8.x, Redis version is guaranteed to be 8.x.
Mark if applicable
Note
Adjusts how module configuration is initialized and registered.
RediSearch_InitModuleConfigstatic, removes theregisterConfigurationarg, and always callsRegisterModuleConfig_LocalisClusterEnabledorclusterConfig.type == RedisLabsmodule.hFT.SYNDUMPpathWritten by Cursor Bugbot for commit ea71fa7. This will update automatically on new commits. Configure here.