1. 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
  2. 06 Feb, 2012 1 commit
  3. 20 Dec, 2011 3 commits
  4. 02 Dec, 2011 2 commits
  5. 28 Nov, 2011 2 commits
  6. 20 Jul, 2011 1 commit
  7. 11 Jul, 2011 2 commits
  8. 10 Jul, 2011 4 commits
  9. 09 Jul, 2011 3 commits
  10. 04 Jul, 2011 1 commit
  11. 27 Jun, 2011 7 commits
  12. 19 Jun, 2011 10 commits
  13. 18 Jun, 2011 3 commits