1. 29 Oct, 2014 6 commits
  2. 06 Oct, 2014 28 commits
  3. 22 Sep, 2014 1 commit
  4. 19 Sep, 2014 2 commits
  5. 16 Sep, 2014 3 commits
    • antirez's avatar
      Redis 2.8.16. · a6953496
      antirez authored
      a6953496
    • antirez's avatar
      Better truncated AOF loading tests. · 5e38bc38
      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.
      5e38bc38
    • antirez's avatar
      Seek at the end of AOF after truncate call. · 01f7db60
      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.
      01f7db60