~axino/redis/+git/trunk:memsync

Last commit made on 2014-10-29
Get this branch:
git clone -b memsync https://git.launchpad.net/~axino/redis/+git/trunk

Branch merges

Branch information

Name:
memsync
Repository:
lp:~axino/redis/+git/trunk

Recent commits

9ec22d9... by antirez <email address hidden>

Diskless replication: missing listRewind() added.

This caused BGSAVE to be triggered a second time without any need when
we switch from socket to disk target via the command

    CONFIG SET repl-diskless-sync no

and there is already a slave waiting for the BGSAVE to start.
Also comments clarified about what is happening.

4b8f4b9... by antirez <email address hidden>

Log slave ip:port in more log messages.

775cc30... by antirez <email address hidden>

Use new slave name function for diskless repl reporting.

8a416ca... by antirez <email address hidden>

Added a function to get slave name for logs.

a27befc... by antirez <email address hidden>

Diskless replication: log BGSAVE delay only when it is non-zero.

3b9a979... by antirez <email address hidden>

Document repl-diskless-sync-delay in redis.conf.

7073524... by antirez <email address hidden>

Diskless sync delay is now configurable.

c4dbc7c... by antirez <email address hidden>

Remove duplicated log message about starting BGSAVE.

18de539... by antirez <email address hidden>

Diskless replication documented inside example redis.conf.

d6797d3... by antirez <email address hidden>

Diskless replication tested with the multiple slaves consistency test.