Feat/mgs 5747#572
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b19fd0a381
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| default: | ||
| id_prefix: '061_' | ||
| backend: "{{ magento_redis_cache_backend_fqcn }}" | ||
| backend: \Magento\Framework\Cache\Backend\Redis |
There was a problem hiding this comment.
Restore the legacy Redis backend selection
When this role is used for Magento <2.3.5 with magento_redis_cache_backend_legacy: yes, this hardcoded backend ignores the legacy switch that the commit removed, so the generated env.php references \Magento\Framework\Cache\Backend\Redis, which the previous defaults explicitly noted is unavailable on those versions. That breaks Redis default/page cache configuration for those legacy deployments; keep the backend FQCN templated or otherwise preserve the legacy path.
Useful? React with 👍 / 👎.
There was a problem hiding this comment.
Cm_Cache_Backend_Redis is no longer used and Magento < 2.3.5 is not supported
No description provided.