1. 19 Dec, 2011 1 commit
    • BigCat's avatar
      Fix issue #247 : Accepting non-integer parameters when shouldn't · 706b32e0
      BigCat authored
      Using `getLongFromObjectOrReply` instead of `atoi` if possible.
      The following functions are modified.
      
      * lrangeCommand
      * ltrimCommand
      * lremCommand
      * lindexCommand
      * lsetCommand
      * zunionInterGenericCommand
      * genericZrangebyscoreCommand
      * sortCommand
      706b32e0
  2. 01 Dec, 2011 1 commit
  3. 08 Nov, 2011 1 commit
  4. 04 Oct, 2011 1 commit
  5. 20 Jun, 2011 1 commit
  6. 06 Apr, 2011 1 commit
  7. 14 Mar, 2011 1 commit
  8. 29 Dec, 2010 1 commit
  9. 10 Dec, 2010 1 commit
  10. 09 Dec, 2010 1 commit
  11. 02 Sep, 2010 2 commits
  12. 21 Aug, 2010 2 commits
  13. 12 Jul, 2010 1 commit
  14. 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