Skip to content

replication for help #5

@zealot2007

Description

@zealot2007

when i start a redis replication with one master and two slaves,i find that mset command cannot be sync well. eg.with redis-py >>>dda='{"contact": {"mobile": 134023424, "tel": 2384242}, "name": "tom"}' >>>ddb='{"contact": {"mobile": 139763224, "tel": 6534242}, "name": "john"}' >>>master.mset({'dda':dda,'ddb':ddb}) >>>slave.get('dda') >>>'{"contact": {"mobile": 134023424, "tel": 2384242}, "name": "tom"}' >>>slave.get('ddb') >>>'{"contact":'

so mset can not be sync fully. why and some solutions?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions