1. 04 Apr, 2012 4 commits
  2. 03 Apr, 2012 4 commits
  3. 02 Apr, 2012 6 commits
  4. 01 Apr, 2012 1 commit
  5. 31 Mar, 2012 4 commits
  6. 30 Mar, 2012 2 commits
  7. 29 Mar, 2012 2 commits
  8. 28 Mar, 2012 3 commits
  9. 27 Mar, 2012 10 commits
  10. 25 Mar, 2012 2 commits
    • antirez's avatar
      CONFIG RESETSTAT resets two more fields. · ca09ad4d
      antirez authored
      ca09ad4d
    • 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
  11. 24 Mar, 2012 1 commit
  12. 23 Mar, 2012 1 commit