1. 06 May, 2012 1 commit
    • Pieter Noordhuis's avatar
      Compare integers in ziplist regardless of encoding · bf219416
      Pieter Noordhuis authored
      Because of the introduction of new integer encoding types for ziplists
      in the 2.6 tree, the same integer value may have a different encoding in
      different versions of the ziplist implementation. This means that the
      encoding can NOT be used as a fast path in comparing integers.
      bf219416
  2. 24 Apr, 2012 4 commits
  3. 23 Mar, 2012 1 commit
  4. 14 Feb, 2012 1 commit
  5. 09 Feb, 2012 3 commits
  6. 08 Feb, 2012 2 commits
  7. 04 Jan, 2012 1 commit
    • Pieter Noordhuis's avatar
      Implements ziplistFind · fe458402
      Pieter Noordhuis authored
      To improve the performance of the ziplist implementation, some
      functions have been converted to macros to avoid unnecessary stack
      movement and duplicate variable assignments.
      fe458402
  8. 23 Oct, 2011 1 commit
  9. 05 May, 2011 2 commits
  10. 14 Mar, 2011 1 commit
  11. 09 Mar, 2011 1 commit
  12. 28 Feb, 2011 1 commit
  13. 23 Dec, 2010 1 commit
  14. 07 Dec, 2010 1 commit
  15. 02 Nov, 2010 1 commit
  16. 14 Oct, 2010 1 commit
  17. 23 Sep, 2010 1 commit
  18. 06 Sep, 2010 2 commits
  19. 13 Aug, 2010 1 commit
  20. 27 Jul, 2010 1 commit
  21. 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
  22. 09 Jun, 2010 1 commit
  23. 01 Jun, 2010 3 commits
  24. 31 May, 2010 4 commits
  25. 30 May, 2010 1 commit
  26. 29 May, 2010 1 commit