Skip to content

Possible bug handling MOVED #48

@gotbadger

Description

@gotbadger

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions