- Notifications
You must be signed in to change notification settings - Fork47
Open
Description
I try to move data from redis master-slave to cluster. For testing purpose it should work in paralel for a few days so master will receive all updates and cluster is kind of slave. keys are replicated but pub/sub messages not. I try in redis console to publish message on master and dont receive this message in cluster. On same time if I publish message in cluster on one node i receive it at another.
this is my command for replicatingdocker run -it --rm --name riot --net host riotx/riot replicate --struct --mode live --target-cluster redis://192.168.31.58 redis://192.168.31.177
Metadata
Metadata
Assignees
Labels
No labels