-
Notifications
You must be signed in to change notification settings - Fork 775
update drupal redis patch links #9635
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
⚡ Deployed with Pantheon Decoupled This build was successfully deployed with Pantheon. You can track the build logs here. 👀 Preview: https://pr-9635-documentation.appa.pantheon.site |
|
A few things folks should be aware of:
|
stevector
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like we should address @lcatlett comments before merging #9635 (comment)
|
@scottbuscemi, can you respond? |
|
@lcatlett Does anything you brought up affect this PR? Are you advocating for customers to not use the latest |
@scottbuscemi To clarify: I'm not saying customers shouldn't use the latest Redis module release. I'm saying this PR, as written, could inadvertently guide customers into configurations that haven't been validated on Pantheon yet. The issue is that the 8.x-1.10 release bundles more than just the patch fix. It also changes recommended defaults and introduces new settings. If we update the docs to point to this release without also updating the settings snippets, customers following our documentation could end up with:
When we publish configuration in our docs, customers reasonably assume it has been validated on Pantheon. That's the implicit contract of official documentation. So if we're going to point to this new release, the settings snippets also need to be updated to reflect tested, Pantheon-validated configurations for it. So yes, this affects the PR directly. The doc changes need to be paired with updated settings snippets that account for the new module's requirements. Otherwise we're telling customers "use this new version" without giving them the correct configuration to go with it. |
|
An update: The D11 issues are more severe than I realized and redis cannot be used at all as a backend for D11 until critical regressions are fixed in the redis module AND the default settings.php config in Pantheon docs are updated. This impacts any Drupal 11 site attempting to use redis, not just sites on Pantheon. Sites that update to D11 without fixes will immediately WSOD and there is no workaround that can be deployed via settings.php to resolve this. I filed an issue on behalf of Pantheon: https://www.drupal.org/project/redis/issues/3564915 |
Summary
https://www.drupal.org/project/redis/releases/8.x-1.10
The latest version of the Redis module fixes an issue that we were previously suggesting a patch for.