~axino/redis/+git/trunk:nosync

Last commit made on 2015-02-13
Get this branch:
git clone -b nosync https://git.launchpad.net/~axino/redis/+git/trunk

Branch merges

Branch information

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

Recent commits

c1d10e8... by antirez <email address hidden>

No-sync: some info in the example redis.conf comments.

ede98af... by antirez <email address hidden>

No-sync: fixed missing conditional in syncCommand().

de6f748... by antirez <email address hidden>

No-sync: avoid master to be marked as PRE-PSYNC.

replicationCreateMasterClient() will mark it as such if we don't set a
fake initial replication offset.

abbfbcf... by antirez <email address hidden>

Experimental no-sync replication mode.

b1de179... by Salvatore Sanfilippo <email address hidden>

Merge pull request #2390 from sawaman/fix-typo

Unify to uppercase the headline

cd4e0f4... by antirez <email address hidden>

Extend memory unit support in CONFIG SET.

Related to PR #2357.

866b3fc... by Salvatore Sanfilippo <email address hidden>

Merge pull request #2357 from lamby/config-set-maxmemory-units

Support "1G" etc. units in CONFIG SET maxmemory

29b54db... by antirez <email address hidden>

Better memtoll() error checking.

Related to PR #2357.

2b3eba0... by Masahiko Sawada <email address hidden>

Unify to uppercase the headline

a1d9ec0... by antirez <email address hidden>

SPOP replication tests.