1. 25 Mar, 2012 3 commits
    • 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
    • antirez's avatar
      Version is now 2.5.3. · 754643c1
      antirez authored
      754643c1
    • antirez's avatar
      convert-zipmap-hash-on-load false positive fixed. · 0387e9c1
      antirez authored
      Apparently because the sample RDB file was not copied before every test
      Redis had a chance to replace it with a newly written one, so that the
      next test could fail.
      0387e9c1
  2. 24 Mar, 2012 3 commits
  3. 23 Mar, 2012 7 commits
  4. 22 Mar, 2012 6 commits
  5. 20 Mar, 2012 2 commits
  6. 19 Mar, 2012 5 commits
  7. 18 Mar, 2012 7 commits
  8. 15 Mar, 2012 1 commit
    • antirez's avatar
      Fix for issue #391. · f1eaf572
      antirez authored
      Use a simple protocol between clientsCron() and helper functions to
      understand if the client is still valind and clientsCron() should
      continue processing or if the client was freed and we should continue
      with the next one.
      f1eaf572
  9. 14 Mar, 2012 5 commits
  10. 13 Mar, 2012 1 commit