- 10 Oct, 2014 1 commit
-
-
antirez authored
-
- 22 Jan, 2014 1 commit
-
-
antirez authored
Incremental flushing in rio.c is only used to avoid huge kernel buffers synched to slow disks creating big latency spikes, so this fix has no durability implications, however it is certainly more correct to make sure that the FILE buffers are flushed to the kernel before calling fsync on the file descriptor. Thanks to Li Shao Kai for reporting this issue in the Redis mailing list.
-
- 16 Jul, 2013 1 commit
-
-
yoav authored
-
- 24 Apr, 2013 1 commit
-
-
antirez authored
-
- 29 Nov, 2012 1 commit
-
-
antirez authored
The idea is to be able to identify a build in a unique way, so for instance after a bug report we can recognize that the build is the one of a popular Linux distribution and perform the debugging in the same environment.
-
- 08 Nov, 2012 1 commit
-
-
antirez authored
-
- 09 Apr, 2012 3 commits
- 23 Oct, 2011 1 commit
-
-
antirez authored
-
- 22 Sep, 2011 2 commits
- 13 May, 2011 1 commit
-
-
Pieter Noordhuis authored
-