Skip to content
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

Possible bug handling MOVED #48

Open
gotbadger opened this issue Jul 20, 2020 · 0 comments
Open

Possible bug handling MOVED #48

gotbadger opened this issue Jul 20, 2020 · 0 comments

Comments

@gotbadger
Copy link

We are getting {:error, "MOVED 1412 10.0.3.87:6379"} returned by the client when usingqp in Elxir

I would have expected it to be caught by the pattern match {error, <<"MOVED ", _/binary>>} here:
https://github.com/adrienmo/eredis_cluster/blob/master/src/eredis_cluster.erl#L209

This would then retry the query but thats not what I'm seeing, any ideas what might be happening here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant