1. 27 3月, 2012 1 次提交
  2. 25 3月, 2012 3 次提交
    • A
      CONFIG RESETSTAT resets two more fields. · ca09ad4d
      antirez 提交于
      ca09ad4d
    • A
      New INFO field aof_delayed_fsync introduced. · c1d01b3c
      antirez 提交于
      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
    • A
      convert-zipmap-hash-on-load false positive fixed. · 512f6823
      antirez 提交于
      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
  3. 24 3月, 2012 7 次提交
  4. 23 3月, 2012 4 次提交
  5. 21 3月, 2012 4 次提交
  6. 20 3月, 2012 3 次提交
  7. 19 3月, 2012 4 次提交
  8. 18 3月, 2012 1 次提交
  9. 17 3月, 2012 3 次提交
  10. 16 3月, 2012 1 次提交
    • A
      Fix for issue #391. · c9d3dda2
      antirez 提交于
      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.
      c9d3dda2
  11. 14 3月, 2012 6 次提交
  12. 13 3月, 2012 3 次提交