~axino/redis/+git/trunk:aofrdb

Last commit made on 2016-08-24
Get this branch:
git clone -b aofrdb https://git.launchpad.net/~axino/redis/+git/trunk

Branch merges

Branch information

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

Recent commits

dacb69e... by antirez <email address hidden>

RDB AOF preamble: test it in the aofrw unit.

764cc69... by antirez <email address hidden>

Document RDB preamble in AOF rewrites in redis.conf.

543e25e... by antirez <email address hidden>

RDB AOF preamble: WIP 4 (Mixed RDB/AOF loading).

f1c32f0... by antirez <email address hidden>

RDB AOF preamble: WIP 3 (RDB loading refactoring).

feda523... by antirez <email address hidden>

RDB AOF preamble: WIP 2.

4426cb1... by antirez <email address hidden>

RDB AOF preamble: WIP 1.

9f779b3... by Salvatore Sanfilippo <email address hidden>

Merge pull request #3340 from rojingeorge/unstable

Display the nodes' proper summary once the cluster is created using redis-trib

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

Merge pull request #3429 from guoxiao/warning

Use the standard predefined identifier __func__ (since C99)

4bd72ab... by Guo Xiao <email address hidden>

Use the standard predefined identifier __func__ (since C99)

Fix warning: ISO C does not support '__FUNCTION__' predefined identifier
[-Wpedantic]

e7f1798... by antirez <email address hidden>

Modules: basic call/reply tests in test module.