Redis doesn't support multi-master configuration. The problem you'll
run into is when any sort of split happens in the link between the two
servers - slave will try to resync from master, discarding its own
local database. This will lead to unpredictable behavior and data
loss.
On Tue, Nov 13, 2012 at 4:14 PM, Dennis McEntire <
dmce...@gmail.com> wrote:
> I might be wrong here, but is this possible? Two Redis servers, both are
> slaves of each other. I thought I tried this and it worked, and the data
> synchronized with each other. If a duplicate key was used, the key data
> would just be the newest entry. I have a production installation supporting
> an application where there is never any chance that a duplicate key would
> ever be used. Does this actually work or will it blow up somehow?
>
> The goal here is high availability, as it would be possible on the client
> side to select either server based on it's availability.
>
> Thanks in advance,
>
> Dennis
>
> --
> You received this message because you are subscribed to the Google Groups
> "Redis DB" group.
> To view this discussion on the web visit
>
https://groups.google.com/d/msg/redis-db/-/89XyYiKqOUYJ.
> To post to this group, send email to
redi...@googlegroups.com.
> To unsubscribe from this group, send email to
>
redis-db+u...@googlegroups.com.
> For more options, visit this group at
>
http://groups.google.com/group/redis-db?hl=en.