]> git.saurik.com Git - redis.git/commit
Fix for a race in BGSAVE that may result in some data not being saved as soon as...
authorantirez <antirez@gmail.com>
Mon, 30 Aug 2010 08:32:32 +0000 (10:32 +0200)
committerantirez <antirez@gmail.com>
Mon, 30 Aug 2010 08:32:32 +0000 (10:32 +0200)
commit2f6b31c3bb95443991513e496d8d19656c4a80b5
tree126862092ba8afee44e3aa4a1f9e02c45869eb75
parente5f257c2b2f7be0d58ebc0cf791d549c647cab6b
Fix for a race in BGSAVE that may result in some data not being saved as soon as possible (when the configured saving triggers should fire). Also known as Issue 313, more details there in the google code issue.
src/rdb.c
src/redis.h