1. 06 Oct, 2014 31 commits
  2. 22 Sep, 2014 1 commit
  3. 19 Sep, 2014 6 commits
  4. 17 Sep, 2014 2 commits
    • antirez's avatar
      Better truncated AOF loading tests. · fbaa4388
      antirez authored
      Now there are tests to write more data after loading a truncated AOF,
      testing that the loaded data is correct, appending more, and testing
      again.
      fbaa4388
    • 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