- 18 Jul, 2012 1 commit
-
-
antirez authored
-
- 11 Jul, 2012 3 commits
-
-
Pieter Noordhuis authored
Fixed typo in README
-
Pieter Noordhuis authored
MONITOR causes assertion failure, async.c, line 398.
-
Alex Leverington authored
async: support for determining monitor mode, if so, repush replies callback in expectation of another reply.
-
- 18 Apr, 2012 1 commit
-
-
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.
-
- 07 Apr, 2012 1 commit
-
-
Erik Dubbelboer authored
-
- 06 Feb, 2012 1 commit
-
-
Pieter Noordhuis authored
See issue #79, thanks to @ewencp.
-
- 20 Dec, 2011 3 commits
-
-
Pieter Noordhuis authored
Fix self-test of connect error on Linux; merge duplicated string (DRY)
-
Chip Salzenberg authored
-
Chip Salzenberg authored
-
- 02 Dec, 2011 2 commits
-
-
Pieter Noordhuis authored
Increase read depth by one, would allow ruby redis client to read from slowlog
-
mrb authored
-
- 28 Nov, 2011 2 commits
-
-
Pieter Noordhuis authored
A small fix for outdated/typo'd comments in hiredis.c
-
John Zwinck authored
-
- 20 Jul, 2011 1 commit
-
-
Pieter Noordhuis authored
Use getaddrinfo
-
- 11 Jul, 2011 2 commits
-
-
Pieter Noordhuis authored
Include stdlib.h in async.c for free(3), realloc(3) and strtol(3) support
-
R. Tyler Croy authored
-
- 10 Jul, 2011 4 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 09 Jul, 2011 3 commits
-
-
Pieter Noordhuis authored
There is no way we can guess the width of the argument when we cannot infer its type from the format specifier.
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 04 Jul, 2011 1 commit
-
-
Pieter Noordhuis authored
Minor fixes to the libev.h and other async adapters
-
- 27 Jun, 2011 7 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
This commit adds a status argument to the connect callback. It will be called in the event of an unsuccessful connection as well, where the status argument is set to REDIS_ERR. It is set to REDIS_OK otherwise.
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
R. Tyler Croy authored
-
R. Tyler Croy authored
This will allow two different compilation units to include libev.h and link together
-
R. Tyler Croy authored
-
- 19 Jun, 2011 8 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
This reverts commit 77540aa3. The change in buffer strategy is too large to put in a minor release. It is put in a separate branch in the meantime, so it can be refined and released together with a minor version bump.
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-