1. 22 Oct, 2010 1 commit
  2. 21 Oct, 2010 1 commit
  3. 15 Oct, 2010 2 commits
  4. 14 Oct, 2010 2 commits
  5. 11 Oct, 2010 1 commit
  6. 16 Sep, 2010 1 commit
  7. 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
  8. 02 Sep, 2010 2 commits
  9. 27 Aug, 2010 1 commit
  10. 24 Aug, 2010 2 commits
  11. 03 Aug, 2010 2 commits
  12. 02 Aug, 2010 1 commit
  13. 27 Jul, 2010 2 commits
  14. 22 Jul, 2010 2 commits
  15. 01 Jul, 2010 2 commits
    • antirez's avatar
      3688d7f3
    • antirez's avatar
      redis.c split into many different C files. · e2641e09
      antirez authored
      networking related stuff moved into networking.c
      
      moved more code
      
      more work on layout of source code
      
      SDS instantaneuos memory saving. By Pieter and Salvatore at VMware ;)
      
      cleanly compiling again after the first split, now splitting it in more C files
      
      moving more things around... work in progress
      
      split replication code
      
      splitting more
      
      Sets split
      
      Hash split
      
      replication split
      
      even more splitting
      
      more splitting
      
      minor change
      e2641e09