summaryrefslogtreecommitdiff
path: root/hiredis.h
diff options
context:
space:
mode:
authorMark Ellzey <mark.thomas@mandiant.com>2012-02-21 18:20:29 -0500
committerPieter Noordhuis <pcnoordhuis@gmail.com>2012-04-18 12:18:07 -0700
commitf8debbfdbebb97f5d0ee2218edf1425ac219cff5 (patch)
tree696e5f587428638b550a15b687a67d58a37dafcf /hiredis.h
parent857b2690afd8d9fbbb3472c948b74dd6cd6e8a95 (diff)
Use poll() instead of select() inside redisContextWaitReady()
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.
Diffstat (limited to 'hiredis.h')
0 files changed, 0 insertions, 0 deletions