You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 replicating docker 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
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 replicating
docker 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