1. 11 Jul, 2012 1 commit
  2. 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
  3. 06 Feb, 2012 1 commit
  4. 20 Dec, 2011 3 commits
  5. 02 Dec, 2011 2 commits
  6. 28 Nov, 2011 2 commits
  7. 20 Jul, 2011 1 commit
  8. 11 Jul, 2011 2 commits
  9. 10 Jul, 2011 4 commits
  10. 09 Jul, 2011 3 commits
  11. 04 Jul, 2011 1 commit
  12. 27 Jun, 2011 7 commits
  13. 19 Jun, 2011 10 commits
  14. 18 Jun, 2011 2 commits
    • Pieter Noordhuis's avatar
      Add phony target · 3331c22e
      Pieter Noordhuis authored
      3331c22e
    • Pieter Noordhuis's avatar
      Remove unused variables · b8e0edaa
      Pieter Noordhuis authored
      The variable OBJARCH was used to compile objects for both 32-bit and
      64-bit architectures. It can be removed because this is only relevant
      for the Ruby wrapper for hiredis. This wrapper should put these flags in
      CFLAGS to get the same effect.
      b8e0edaa