1. 29 Aug, 2022 1 commit
    • jengab's avatar
      Fix some undefined behaviour · 0ed6cdec
      jengab authored
      - redisSSLContextError must always be initialized at defintion,
        otherwise when SSL connect succeeds it may not be assigned to a valid error.
        Thus the memory trash remains in the variable, which may sign a misleading error.
      0ed6cdec
  2. 07 Aug, 2020 1 commit
  3. 26 Jul, 2020 1 commit
  4. 10 Jul, 2020 1 commit
  5. 24 May, 2020 1 commit
  6. 29 Aug, 2019 1 commit
  7. 10 Apr, 2019 1 commit
  8. 20 Feb, 2019 2 commits
  9. 05 Dec, 2018 1 commit
    • Mark Nunberg's avatar
      Allow connections to unix socket in example · 8633a2f3
      Mark Nunberg authored
      To minimize code changes, a simple `u` (or UNIX, Unix, unix, etc -- as
      long as the first character is u or U) is used as a marker for the
      'port' argument. In this case, the hostname is interpreted to be the
      path to the unix socket.
      8633a2f3
  10. 05 Oct, 2015 1 commit
  11. 11 Jul, 2013 4 commits
  12. 22 Jan, 2013 1 commit
  13. 25 Oct, 2012 1 commit
  14. 04 Feb, 2011 1 commit
  15. 02 Dec, 2010 1 commit
  16. 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
  17. 31 Oct, 2010 1 commit
  18. 06 Oct, 2010 2 commits
  19. 24 Sep, 2010 2 commits
  20. 18 May, 2010 4 commits