1. 29 5月, 2015 1 次提交
  2. 27 8月, 2014 4 次提交
  3. 27 6月, 2014 1 次提交
  4. 12 6月, 2014 1 次提交
  5. 17 4月, 2014 1 次提交
  6. 18 1月, 2014 1 次提交
  7. 05 12月, 2013 1 次提交
  8. 27 11月, 2013 1 次提交
  9. 22 7月, 2013 1 次提交
  10. 19 1月, 2013 2 次提交
    • G
      Fixed many typos. · 560e0499
      guiquanz 提交于
      560e0499
    • G
      Fixed many typos. · 1caf0939
      guiquanz 提交于
      Conflicts fixed, mainly because 2.8 has no cluster support / files:
      	00-RELEASENOTES
      	src/cluster.c
      	src/crc16.c
      	src/redis-trib.rb
      	src/redis.h
      1caf0939
  11. 29 11月, 2012 1 次提交
    • A
      Introduced the Build ID in INFO and --version output. · 3b71404d
      antirez 提交于
      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.
      3b71404d
  12. 09 11月, 2012 2 次提交
  13. 22 10月, 2012 1 次提交
    • S
      redis-check-dump now understands dumps produced by Redis 2.6 · 16144589
      Schuster 提交于
      (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
  14. 25 4月, 2012 1 次提交
  15. 10 3月, 2012 1 次提交
  16. 18 10月, 2011 1 次提交
  17. 14 10月, 2011 1 次提交
  18. 02 11月, 2010 1 次提交
  19. 02 9月, 2010 1 次提交
  20. 31 8月, 2010 2 次提交
  21. 01 7月, 2010 1 次提交
    • A
      redis.c split into many different C files. · e2641e09
      antirez 提交于
      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. 13 3月, 2010 1 次提交