]> git.saurik.com Git - redis.git/commit
AOF fixes in the context of replicaiton (when AOF is used by slave) and CONFIG SET...
authorantirez <antirez@gmail.com>
Thu, 15 Dec 2011 15:07:49 +0000 (16:07 +0100)
committerantirez <antirez@gmail.com>
Thu, 15 Dec 2011 15:07:49 +0000 (16:07 +0100)
commite7a2e7c1f7b1e46704aaf0850f75d13d418c1db7
tree706b115e5b2a5808608397d287615a4ee04a1aae
parente074416be49947c7bab5e237fab7210441bd99e5
AOF fixes in the context of replicaiton (when AOF is used by slave) and CONFIG SET appendonly yes/no.
src/aof.c
src/redis.c
src/redis.h
src/replication.c