- 11 Jul, 2013 3 commits
-
-
Noah Williamsson authored
The struct timeval argument in redisConnectWithTimeout(), redisConnectUnixWithTimeout(), redisSetTimeout(), redisContextSetTimeout(), redisContextConnectTcp() and redisContextConnectUnix() is never modified and can therefore be marked as const. Signed-off-by:
Noah Williamsson <noah.williamsson@gmail.com>
-
Pieter Noordhuis authored
-
Wolfgang Richter authored
Closes #121.
-
- 29 Apr, 2013 1 commit
-
-
Allen.Dou authored
Make Connection KeepAlive being optional instead of default.
-
- 22 Jan, 2013 1 commit
-
-
Henri Doreau authored
Updated documentation and examples accordingly.
-
- 12 Nov, 2012 1 commit
-
-
Nathan McSween authored
-
- 06 Nov, 2012 1 commit
-
-
Fabien MARTY authored
-
- 21 Aug, 2012 3 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.
-
- 20 Dec, 2011 1 commit
-
-
Chip Salzenberg authored
-
- 02 Dec, 2011 1 commit
-
-
mrb authored
-
- 28 Nov, 2011 1 commit
-
-
John Zwinck authored
-
- 09 Jul, 2011 2 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
-
- 19 Jun, 2011 1 commit
-
-
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.
-
- 09 Jun, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 05 May, 2011 1 commit
-
-
Pieter Noordhuis authored
This is done by only truncating the read buffer once a full reply has been read. The buffer is no longer truncated halfway through reading a reply. In addition: pass offset/length of protocol and content via the read tasks.
-
- 21 Apr, 2011 18 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 20 Apr, 2011 2 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 03 Apr, 2011 2 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-