1. 08 Aug, 2014 3 commits
  2. 07 Aug, 2014 1 commit
  3. 26 Jun, 2014 1 commit
  4. 05 Dec, 2013 1 commit
  5. 19 Jan, 2013 1 commit
  6. 29 Nov, 2012 1 commit
    • antirez's avatar
      Introduced the Build ID in INFO and --version output. · 2f62c966
      antirez authored
      The idea is to be able to identify a build in a unique way, so for
      instance after a bug report we can recognize that the build is the one
      of a popular Linux distribution and perform the debugging in the same
      environment.
      2f62c966
  7. 08 Nov, 2012 1 commit
  8. 22 Oct, 2012 1 commit
    • Schuster's avatar
      redis-check-dump now understands dumps produced by Redis 2.6 · e5f794ff
      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.
      e5f794ff
  9. 24 Apr, 2012 1 commit
  10. 10 Mar, 2012 1 commit
  11. 18 Oct, 2011 1 commit
  12. 14 Oct, 2011 1 commit
  13. 02 Nov, 2010 1 commit
  14. 01 Sep, 2010 1 commit
  15. 31 Aug, 2010 2 commits
  16. 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
  17. 13 Mar, 2010 1 commit