]> git.saurik.com Git - redis.git/commit
added new option no-appendfsync-on-rewrite to avoid blocking on fsync() in the main...
authorantirez <antirez@gmail.com>
Fri, 28 May 2010 08:35:23 +0000 (10:35 +0200)
committerantirez <antirez@gmail.com>
Fri, 28 May 2010 08:35:23 +0000 (10:35 +0200)
commit38db91713c81b58e97496abbe35a9d14d1e423e0
tree6564d5c8b552af1c225a3e0535c564e9a8cec621
parent8a3b0d2d9a2eb34f1277e22c3f0185b0bfe21959
added new option no-appendfsync-on-rewrite to avoid blocking on fsync() in the main thread while a background process is doing big I/O
redis.c