1. 23 5月, 2012 1 次提交
    • A
      Use comments to split aof.c into sections. · 27fc5bf5
      antirez 提交于
      This makes the code more readable, it is still not the case to split the
      file itself into three different files, but the logical separation
      improves the readability especially since new commits are going to
      introduce an additional section.
      27fc5bf5
  2. 08 4月, 2012 1 次提交
  3. 28 3月, 2012 1 次提交
  4. 25 3月, 2012 1 次提交
    • A
      New INFO field aof_delayed_fsync introduced. · 81f32c7b
      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).
      81f32c7b
  5. 14 3月, 2012 1 次提交
  6. 10 3月, 2012 1 次提交
  7. 24 1月, 2012 1 次提交
  8. 23 1月, 2012 1 次提交
  9. 17 1月, 2012 1 次提交
  10. 03 1月, 2012 1 次提交
  11. 22 12月, 2011 1 次提交
  12. 21 12月, 2011 6 次提交
  13. 16 12月, 2011 1 次提交
  14. 15 12月, 2011 1 次提交
  15. 13 12月, 2011 5 次提交
  16. 12 11月, 2011 1 次提交
  17. 11 11月, 2011 1 次提交
  18. 10 11月, 2011 1 次提交
  19. 09 11月, 2011 2 次提交
  20. 26 10月, 2011 1 次提交
  21. 08 10月, 2011 1 次提交
  22. 22 9月, 2011 1 次提交
  23. 19 9月, 2011 2 次提交
  24. 16 9月, 2011 5 次提交
  25. 14 9月, 2011 1 次提交