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