1. 15 Oct, 2010 1 commit
    • antirez's avatar
      Don't increment dirty on expireIfNeeded() as natural expires are not... · 670bf2fd
      antirez authored
      Don't increment dirty on expireIfNeeded() as natural expires are not considered database changes. This will avoid useless read-only commands in the AOF file as a result of, for instance, a GET operation triggering an expirIfNeeded() call resulting in an expired key removed.
      670bf2fd
  2. 14 Oct, 2010 4 commits
  3. 11 Oct, 2010 2 commits
  4. 07 Oct, 2010 2 commits
  5. 24 Sep, 2010 3 commits
  6. 23 Sep, 2010 5 commits
  7. 22 Sep, 2010 6 commits
  8. 17 Sep, 2010 2 commits
  9. 16 Sep, 2010 5 commits
  10. 15 Sep, 2010 1 commit
    • antirez's avatar
      This should fix Issue 332: when there is a background process saving we still... · 3856f147
      antirez authored
      This should fix Issue 332: when there is a background process saving we still allow the hash tables to grow, but only when a critical treshold is reached. Formerly we prevented the resize at all triggering pathological O(N) behavior. Also there is a fix for the statistics in INFO about the number of keys expired
      3856f147
  11. 14 Sep, 2010 2 commits
  12. 13 Sep, 2010 4 commits
  13. 09 Sep, 2010 2 commits
  14. 08 Sep, 2010 1 commit