1. 08 Nov, 2011 1 commit
  2. 04 Oct, 2011 1 commit
  3. 14 Sep, 2011 1 commit
  4. 12 Sep, 2011 1 commit
  5. 07 Sep, 2011 1 commit
  6. 08 Jul, 2011 1 commit
    • antirez's avatar
      Take a pointer to the relevant entry of the command table in the client... · 09e2d9ee
      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.
      09e2d9ee
  7. 20 Jun, 2011 1 commit
  8. 11 May, 2011 1 commit
  9. 15 Apr, 2011 1 commit
  10. 03 Feb, 2011 2 commits
  11. 17 Jan, 2011 1 commit
  12. 29 Dec, 2010 1 commit
  13. 07 Dec, 2010 1 commit
  14. 06 Dec, 2010 6 commits
  15. 30 Nov, 2010 9 commits
  16. 17 Oct, 2010 1 commit
  17. 02 Sep, 2010 2 commits
  18. 30 Aug, 2010 1 commit
  19. 26 Aug, 2010 1 commit
  20. 12 Jul, 2010 1 commit
  21. 05 Jul, 2010 1 commit
  22. 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