1. 19 Apr, 2013 1 commit
    • Allen.Dou's avatar
      SetKeepAlive · 8d5bc445
      Allen.Dou authored
      Keep client alive even though no command was sent to server for a long time.
      8d5bc445
  2. 15 Mar, 2013 1 commit
  3. 18 Apr, 2012 1 commit
    • Mark Ellzey's avatar
      Use poll() instead of select() inside redisContextWaitReady() · f8debbfd
      Mark Ellzey authored
      The current select() is limiting in instances where the fd num is > FD_SETSIZE.
      Since redisContextWaitReady() only processes a single fd, select would still
      fail.
      
      For compatibility reasons I have converted select() over to poll(), eliminating
      this problem.
      f8debbfd
  4. 10 Jul, 2011 1 commit
  5. 27 Jun, 2011 1 commit
  6. 18 Jun, 2011 1 commit
    • Geoff Garside's avatar
      Fix incorrect "no route to host" errors. · c4ed06d9
      Geoff Garside authored
      If getaddrinfo(3) includes an AF_INET6 address before an AF_INET
      address on a host with only IPv4 network connectivity then the
      redisContextConnectTcp call would fail with "no route to host".
      
      This commit fixes this issue by specifically handling the errno
      EHOSTUNREACH error and entering another iteration of the addrinfo
      loop. This will allow following AF_INET addresses to be attempted.
      c4ed06d9
  7. 17 Jun, 2011 2 commits
  8. 21 Apr, 2011 2 commits
  9. 04 Feb, 2011 2 commits
  10. 07 Jan, 2011 1 commit
  11. 29 Dec, 2010 1 commit
  12. 16 Dec, 2010 2 commits
  13. 01 Dec, 2010 1 commit
  14. 22 Nov, 2010 1 commit
  15. 03 Nov, 2010 2 commits
  16. 02 Nov, 2010 3 commits
  17. 06 Oct, 2010 1 commit
  18. 25 May, 2010 1 commit
  19. 18 May, 2010 1 commit