1. 29 Mar, 2012 1 commit
  2. 27 Mar, 2012 1 commit
  3. 07 Mar, 2012 1 commit
  4. 29 Feb, 2012 1 commit
  5. 16 Jan, 2012 1 commit
  6. 30 Dec, 2011 1 commit
  7. 21 Dec, 2011 3 commits
  8. 15 Dec, 2011 1 commit
  9. 30 Nov, 2011 1 commit
  10. 31 Oct, 2011 1 commit
  11. 18 Oct, 2011 1 commit
  12. 09 Jun, 2011 1 commit
  13. 30 May, 2011 1 commit
  14. 22 May, 2011 2 commits
  15. 19 May, 2011 1 commit
  16. 21 Feb, 2011 1 commit
  17. 20 Jan, 2011 1 commit
  18. 14 Dec, 2010 1 commit
  19. 12 Nov, 2010 1 commit
  20. 04 Nov, 2010 4 commits
  21. 24 Oct, 2010 1 commit
  22. 02 Sep, 2010 1 commit
  23. 27 Aug, 2010 1 commit
  24. 24 Aug, 2010 2 commits
  25. 01 Jul, 2010 2 commits
    • antirez's avatar
      Fixed MONITOR output for consistency: now integer encoded values are also... · d3b958c3
      antirez authored
      Fixed MONITOR output for consistency: now integer encoded values are also formatted like this: "3932"
      d3b958c3
    • 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