Skip to content
This repository was archived by the owner on Oct 29, 2025. It is now read-only.
This repository was archived by the owner on Oct 29, 2025. It is now read-only.

on replicate --mode live not replicated all pub sub messages #168

Description

@polearnik

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions