1. 04 Apr, 2012 1 commit
  2. 03 Apr, 2012 6 commits
  3. 02 Apr, 2012 7 commits
  4. 01 Apr, 2012 1 commit
  5. 31 Mar, 2012 2 commits
  6. 30 Mar, 2012 3 commits
  7. 29 Mar, 2012 4 commits
  8. 28 Mar, 2012 8 commits
  9. 27 Mar, 2012 6 commits
  10. 25 Mar, 2012 2 commits
    • antirez's avatar
      CONFIG RESETSTAT resets two more fields. · d0407c2d
      antirez authored
      d0407c2d
    • antirez's avatar
      New INFO field aof_delayed_fsync introduced. · 81f32c7b
      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).
      81f32c7b