1. 06 Sep, 2010 1 commit
    • Pieter Noordhuis's avatar
      Fix updating the prevlen field of consecutive entries · 169d2ef1
      Pieter Noordhuis authored
      In the condition where the prevlen field of the next entry on insert
      and delete operations needs more bytes to be properly encoded, the next
      entry also needs to be updated with a new prevlen. This patch makes sure
      that this effect cascades throughout the ziplist.
      169d2ef1
  2. 13 Aug, 2010 1 commit
  3. 27 Jul, 2010 1 commit
  4. 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
  5. 09 Jun, 2010 1 commit
  6. 01 Jun, 2010 3 commits
  7. 31 May, 2010 4 commits
  8. 30 May, 2010 1 commit
  9. 29 May, 2010 26 commits