1. 15 Jul, 2011 1 commit
    • antirez's avatar
      Take a pointer to the relevant entry of the command table in the client... · 59aecb3a
      antirez authored
      Take a pointer to the relevant entry of the command table in the client structure. This is generally a more sounding design, simplifies a few functions prototype, and as a side effect fixes a bug related to the conversion of EXPIRE -1 to DEL: before of this fix Redis tried to convert it into an EXPIREAT in the AOF code, regardless of our rewrite of the command.
      59aecb3a
  2. 27 May, 2011 3 commits
  3. 26 May, 2011 1 commit
  4. 11 May, 2011 1 commit
  5. 15 Apr, 2011 2 commits
  6. 31 Jan, 2011 2 commits
  7. 17 Jan, 2011 1 commit
  8. 07 Dec, 2010 1 commit
  9. 06 Dec, 2010 6 commits
  10. 30 Nov, 2010 9 commits
  11. 17 Oct, 2010 1 commit
  12. 02 Sep, 2010 2 commits
  13. 30 Aug, 2010 1 commit
  14. 26 Aug, 2010 1 commit
  15. 12 Jul, 2010 1 commit
  16. 05 Jul, 2010 1 commit
  17. 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