1. 19 Jan, 2013 1 commit
    • guiquanz's avatar
      Fixed many typos. · 1caf0939
      guiquanz authored
      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
  2. 08 Nov, 2012 1 commit
  3. 10 Mar, 2012 1 commit
  4. 04 Feb, 2012 1 commit
  5. 08 Nov, 2011 1 commit
  6. 07 Oct, 2011 1 commit
  7. 04 Oct, 2011 1 commit
  8. 25 May, 2011 1 commit
  9. 17 Oct, 2010 2 commits
  10. 01 Jul, 2010 2 commits
    • antirez's avatar
      minor aesthetic change · 0f49d6b0
      antirez authored
      0f49d6b0
    • 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