-
Notifications
You must be signed in to change notification settings - Fork 9
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
Possibility of syncing cluster adapter across physical servers #1
Comments
I think the easiest way this could be done is by modifying |
So there is only two Redis connections per Server, right? That would be interesting indeed 👍 |
I managed to get it working. I decided to go with the approach of providing setupPrimary an optional param |
Hey @Interpause , maybe you can share some results of your tries? Or at least the draft code you got working. Thanks! |
Are there any new developments? |
Well uni started and I can't remember what I was doing here. I might end up trying the same thing again in the future though if a project calls for it. |
Would a combination of Cluster Adapter and inter-server adapters like Redis Adapter be possible? See diagram below.
The text was updated successfully, but these errors were encountered: