]> git.saurik.com Git - redis.git/commit
FLUSHALL now prevents rdbSave() from resetting the dirty counter, so that the command...
authorantirez <antirez@gmail.com>
Mon, 17 Oct 2011 08:28:57 +0000 (10:28 +0200)
committerantirez <antirez@gmail.com>
Mon, 17 Oct 2011 08:31:47 +0000 (10:31 +0200)
commit13cd1515f9030ed4f8ebd0b54fa90243858e244b
tree912db989be80c698446cf5e20f85eae712e5d02c
parent42a6fcd6c59f7a51d0bda011e55e50960a28cfb5
FLUSHALL now prevents rdbSave() from resetting the dirty counter, so that the command will get replicated and put inside the AOF. This fixes issue #142
src/db.c