-
Notifications
You must be signed in to change notification settings - Fork 119
Open
Labels
Description
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