1. 13 Apr, 2012 2 commits
  2. 29 Mar, 2012 3 commits
  3. 28 Mar, 2012 6 commits
  4. 27 Mar, 2012 12 commits
  5. 25 Mar, 2012 3 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
    • antirez's avatar
      convert-zipmap-hash-on-load false positive fixed. · 512f6823
      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.
      512f6823
  6. 24 Mar, 2012 4 commits
  7. 23 Mar, 2012 5 commits
  8. 22 Mar, 2012 2 commits
  9. 21 Mar, 2012 2 commits
  10. 20 Mar, 2012 1 commit