Skip to content

Command.XREADGROUP error MOVED #440

@fmeneghetti

Description

@fmeneghetti

I am experiencing some issues in Redis Cluster mode, particularly with the MOVED error.
It is still unclear to me how to transparently handle this when the cluster is unbalanced.

I think there is a problem with the "xreadgroup" command, though, because unlike the "xread" command, which is a read command, "xreadgroup" is a write command.

In RedisReplicas.SHARE or RedisReplicas.ALWAYS mode I run into the MOVED error.

I suppose it is to treat the command as "master only":

addMasterOnlyCommand(XREADGROUP);

vertx-redis-client -> 4.5.6

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions