-
Notifications
You must be signed in to change notification settings - Fork 74
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
Multi Level with dist not working as expected #54
Comments
Thank you so much 😄
The distributed adapter implements a sharding distribution model but without replications, therefore, if the node that went down had the entry, that one won't exist anymore in the distributed cache, so it has to be retrieved from L3 (Redis). In other words, suppose we set the key |
Thanks for the quick response! |
Excellent 😄 ... The |
Awsome. I would love to contribute, although I am new to Elixir :) |
It would be great, any contribution is welcomed! |
Hey, great project!
I have 2 nodes running with multilevel, each has local cache + dist and Redis as a backup.
Lets say one node goes down and then back up, from my understanding it is supposed to check local cache which is empty so it goes to distributed and should take the value from the 2nd node without going to Redis, but in my situation I see it goes straight to Redis and skips dist. Maybe I misunderstood the usage?
configuration:
The text was updated successfully, but these errors were encountered: