-
Notifications
You must be signed in to change notification settings - Fork 84
Possible bug handling MOVED #48
Copy link
Copy link
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels