1. 29 Oct, 2014 6 commits
  2. 22 Jan, 2014 1 commit
    • antirez's avatar
      Use fflush() before fsync() in rio.c. · 248e9165
      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.
      248e9165
  3. 16 Jul, 2013 1 commit
  4. 24 Apr, 2013 1 commit
  5. 29 Nov, 2012 1 commit
    • antirez's avatar
      Introduced the Build ID in INFO and --version output. · 3b71404d
      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.
      3b71404d
  6. 08 Nov, 2012 1 commit
  7. 10 Apr, 2012 3 commits
  8. 23 Oct, 2011 1 commit
  9. 22 Sep, 2011 2 commits
  10. 13 May, 2011 1 commit