-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Magento doesn't work with Redis in cluster mode #39224
Comments
Hi @speller. Thank you for your report.
Join Magento Community Engineering Slack and ask your questions in #github channel. |
I'm not sure this should be reported to Magento, maybe a better place to report it would be to one of the colinmollenhour redis repo's that deal with the communication from Magento to Redis. I think there are already some (old) attempts at adding that functionality, just posting some links, I'm not familiar with the technology so no idea if these make sense for your request: |
@hostep the referenced PR suggests adding a new client class and Magento should also add support for it. So some work on the Magento side is also required. |
FYI, I'm already working on a pull request for the session part of it of it (not the cache backend). It's a simple PR from the Magento side since it just exposes the new configuration options for clusters to the PR I've made to the php-redis-session-abstract. I'm not working at all on the cache part at all, so I can't comment on that. |
Hi @engcom-Hotel. Thank you for working on this issue.
|
Hello @speller, Thanks for the report and collaboration! We have tried to reproduce the issue in the vanilla Magento 2.4-develop branch with Redis in cluster mode. The issue seems reproducible for us. Hence confirming the issue. Thanks |
✅ Jira issue https://jira.corp.adobe.com/browse/AC-13291 is successfully created for this GitHub issue. |
✅ Confirmed by @engcom-Hotel. Thank you for verifying the issue. |
Preconditions and environment
Steps to reproduce
Run cache clean command
Expected result
It works properly
Actual result
Error
Additional information
No response
Release note
No response
Triage and priority
The text was updated successfully, but these errors were encountered: