1. 21 Jun, 2014 1 commit
  2. 23 Apr, 2014 1 commit
  3. 30 Oct, 2013 1 commit
  4. 25 Oct, 2013 2 commits
  5. 22 Jul, 2013 1 commit
  6. 28 Mar, 2013 1 commit
  7. 06 Nov, 2012 1 commit
    • antirez's avatar
      Type mismatch errors are now prefixed with WRONGTYPE. · c4b0b685
      antirez authored
      So instead to reply with a generic error like:
      
      -ERR ... wrong kind of value ...
      
      now it replies with:
      
      -WRONGTYPE ... wrong kind of value ...
      
      This makes this particular error easy to check without resorting to
      (fragile) pattern matching of the error string (however the error string
      used to be consistent already).
      
      Client libraries should return a specific exeption type for this error.
      
      Most of the commit is about fixing unit tests.
      c4b0b685
  8. 16 Nov, 2011 2 commits
  9. 14 Nov, 2011 2 commits
  10. 10 Oct, 2011 1 commit
  11. 20 Jun, 2011 1 commit
  12. 15 Dec, 2010 3 commits
  13. 14 Dec, 2010 4 commits
  14. 10 Dec, 2010 1 commit
    • Pieter Noordhuis's avatar
      Add generic function to grow an sds value · eae33c1c
      Pieter Noordhuis authored
      Move logic concerned with setting a bit in an sds to the SETBIT command
      instead of keeping it in sds.c. The function to grow an sds can and will
      be reused for a command to set a range within a string value.
      eae33c1c
  15. 09 Dec, 2010 2 commits
  16. 15 Oct, 2010 1 commit
  17. 03 Aug, 2010 1 commit
  18. 27 Jul, 2010 1 commit
  19. 02 Jun, 2010 3 commits
  20. 14 May, 2010 2 commits