]> git.saurik.com Git - redis.git/commit - redis.c
don't fsync after a rewrite if appendfsync is set to no. use aof_fsycn instead of...
authorantirez <antirez@gmail.com>
Fri, 28 May 2010 08:40:53 +0000 (10:40 +0200)
committerantirez <antirez@gmail.com>
Fri, 28 May 2010 08:40:53 +0000 (10:40 +0200)
commitb0bd87f60cdeba2ae215b22978331987e5a96d38
tree44eaef1ac2685f4b3d2f0664314e1b439a502e5c
parent38db91713c81b58e97496abbe35a9d14d1e423e0
don't fsync after a rewrite if appendfsync is set to no. use aof_fsycn instead of fsync where appropriate
redis.c