1. 29 Oct, 2014 10 commits
  2. 09 Oct, 2014 3 commits
  3. 08 Oct, 2014 1 commit
  4. 06 Oct, 2014 20 commits
  5. 19 Sep, 2014 5 commits
  6. 17 Sep, 2014 1 commit
    • antirez's avatar
      Seek at the end of AOF after truncate call. · c698616b
      antirez authored
      It is not clear if files open in append only mode will automatically fix
      their offset after a truncate(2) operation. This commit makes sure that
      we reposition the AOF file descriptor offset at the end of the file
      after a truncated AOF is loaded and trimmed to the last valid command.
      c698616b