1. 19 Jan, 2013 1 commit
  2. 08 Nov, 2012 1 commit
  3. 22 Oct, 2012 1 commit
    • Schuster's avatar
      redis-check-dump now understands dumps produced by Redis 2.6 · 16144589
      Schuster authored
      (Commit message from @antirez as it was missign in the original commits,
      also the patch was modified a bit to still work with 2.4 dumps and to
      avoid if expressions that are always true due to checked types range)
      
      This commit changes redis-check-dump to account for new encodings and
      for the new MSTIME expire format. It also refactors the test for valid
      type into a function.
      
      The code is still compatible with Redis 2.4 generated dumps.
      
      This fixes issue #709.
      16144589
  4. 24 Apr, 2012 1 commit
  5. 10 Mar, 2012 1 commit
  6. 18 Oct, 2011 1 commit
  7. 14 Oct, 2011 1 commit
  8. 02 Nov, 2010 1 commit
  9. 01 Sep, 2010 1 commit
  10. 31 Aug, 2010 2 commits
  11. 01 Jul, 2010 1 commit
    • 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
  12. 13 Mar, 2010 1 commit