- 01 May, 2013 1 commit
-
-
Pieter Noordhuis authored
-
- 23 Feb, 2013 1 commit
-
-
Thordur Bjornsson authored
Add strings to allow OpenBSD/OSX to pass.
-
- 26 Jan, 2013 5 commits
-
-
Pieter Noordhuis authored
Setup Travis
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
Prevent hiredis from crashing on memory allocation failure
-
Pieter Noordhuis authored
Try again later for EINTR errors (see issue #99)
-
- 22 Jan, 2013 2 commits
-
-
Henri Doreau authored
-
Henri Doreau authored
Updated documentation and examples accordingly.
-
- 06 Nov, 2012 1 commit
-
-
Fabien MARTY authored
-
- 25 Oct, 2012 2 commits
-
-
Pieter Noordhuis authored
make redisConnectWithTimeout connect to 127.0.0.1 instead of 127.0.0.2
-
Charles Longeau authored
-
- 28 Aug, 2012 3 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 21 Aug, 2012 4 commits
-
-
antirez authored
It was verified experimentally that this value, on Linux kernels, provides better performances compared to the 2k value. However larger values apparently don't produce any noticeable effect on performances.
-
antirez authored
Hiredis can handle multi bulk replies with a fixed (hardcoded) level of nesting. This should be changed in the future in order to avoid hardcoded limits. As a quick fix this commit moves the max nesting from 2 to 7, so that there are no problems when processing replies from the SLOWLOG command, from Redis Sentinel, or generated by Redis Lua Scripts (that are allowed to generate replies with any level of nesting).
-
antirez authored
Hiredis used to free unused redisReader buffers bigger than 16k. Now this limit is configurable (see the documentation updated by this commit) in order to allow working with big payloads without incurring to speed penalty.
-
antirez authored
This makes builiding with an optional 32 bit target simpler. For instance Redis (that contains an embedded copy of hiredis) when compiled with "make 32bit" uses to pass an ARCH parameter to force an hiredis 32 bit build.
-
- 01 Aug, 2012 1 commit
-
-
Pieter Noordhuis 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
-