1. 25 Mar, 2012 1 commit
    • antirez's avatar
      New INFO field aof_delayed_fsync introduced. · c1d01b3c
      antirez authored
      This new field counts all the times Redis is configured with AOF enabled and
      fsync policy 'everysec', but the previous fsync performed by the
      background thread was not able to complete within two seconds, forcing
      Redis to perform a write against the AOF file while the fsync is still
      in progress (likely a blocking operation).
      c1d01b3c
  2. 14 Mar, 2012 1 commit
  3. 10 Mar, 2012 1 commit
  4. 24 Jan, 2012 1 commit
  5. 23 Jan, 2012 1 commit
  6. 17 Jan, 2012 1 commit
  7. 03 Jan, 2012 1 commit
  8. 21 Dec, 2011 6 commits
  9. 20 Dec, 2011 1 commit
  10. 15 Dec, 2011 2 commits
  11. 13 Dec, 2011 5 commits
  12. 12 Nov, 2011 1 commit
  13. 10 Nov, 2011 1 commit
  14. 09 Nov, 2011 2 commits
  15. 08 Nov, 2011 1 commit
  16. 26 Oct, 2011 1 commit
  17. 08 Oct, 2011 1 commit
  18. 22 Sep, 2011 1 commit
  19. 19 Sep, 2011 2 commits
  20. 16 Sep, 2011 4 commits
  21. 15 Sep, 2011 1 commit
  22. 13 Sep, 2011 4 commits