1. 05 Jan, 2015 1 commit
  2. 10 Apr, 2014 1 commit
  3. 08 Apr, 2014 1 commit
  4. 27 Jun, 2011 1 commit
    • Pieter Noordhuis's avatar
      Change prototype of connect callback · 3313bcd1
      Pieter Noordhuis authored
      This commit adds a status argument to the connect callback. It will be
      called in the event of an unsuccessful connection as well, where the
      status argument is set to REDIS_ERR. It is set to REDIS_OK otherwise.
      3313bcd1
  5. 21 Apr, 2011 2 commits
  6. 14 Jan, 2011 1 commit
  7. 31 Dec, 2010 1 commit
  8. 29 Dec, 2010 2 commits
  9. 28 Dec, 2010 1 commit
  10. 22 Dec, 2010 1 commit
  11. 07 Dec, 2010 1 commit
  12. 01 Dec, 2010 1 commit
  13. 22 Nov, 2010 1 commit
  14. 15 Nov, 2010 1 commit
  15. 02 Nov, 2010 1 commit
    • Pieter Noordhuis's avatar
      Change error reporting to have an explicit type · ffa8666a
      Pieter Noordhuis authored
      When there is an I/O error, errno should be used to find out what is
      wrong. In other cases, errno cannot be used. So, use an explicit type in
      Hiredis to define the different error scenarios that can occur.
      ffa8666a
  16. 01 Nov, 2010 3 commits
  17. 31 Oct, 2010 1 commit