-
Notifications
You must be signed in to change notification settings - Fork 34
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
add redis cluster capability #262
add redis cluster capability #262
Conversation
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 pretty good. I only had one suggested change. Sadly, I don't have a clustered environment to test with.
@haristku That seems a bit more complicated than necessary. Please see my review comment: https://github.com/matomo-org/plugin-QueuedTracking/pull/262/files#r1798722794 |
if you want to consider to test the clustered redis, simply:
the cluster master will bind on if we want to change the port, run this and in the matomo web settings we can input: ty. |
config migration done.. |
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.
Everything looks good 👍 I tested the migration, but I haven't had a chance to test with a cluster yet.
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.
This has good amount of changes, will release v5.1.0 of the plugin and update the migration script accordingly.
@haristku Thank you very much for all of your contributions :)
you're welcome, i'm happy to be able to contribute. hopefully it can be useful. 👍 |
Description:
breaking down the previous PR to specific part
@AltamashShaikh
i already solved the issue on the already checked "Enable Redis Sentinel" using this line, but i need your suggestion on whether do i need to add a version migration "Updates" to run the sql script below or not?
ty.