Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-10 | Emphasize size_t length for %b formatting | Wolfgang Richter | |
Closes #121. | |||
2013-07-10 | Add note about multi bulk nesting limit (fixes #143) | Pieter Noordhuis | |
2013-01-26 | Add Travis badge to README | Pieter Noordhuis | |
2013-01-22 | Made connect functions return NULL on alloc failures. | Henri Doreau | |
Updated documentation and examples accordingly. | |||
2012-08-21 | Configurable reader max idle buffer size. | antirez | |
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. | |||
2012-04-07 | Fixed typo in README | Erik Dubbelboer | |
2012-02-06 | Update README with actual async callback behavior | Pieter Noordhuis | |
See issue #79, thanks to @ewencp. | |||
2011-05-22 | Add note about freeReplyObject and the asynchronous API | Pieter Noordhuis | |
2011-04-21 | Reformat and add some details | Pieter Noordhuis | |
2011-04-13 | Updated README with details about reply parsing API | Arvind Laxminarayan | |
2011-02-14 | Typo fix | Elnatan | |
2011-01-14 | Correct the description of the pipeline example | Pierre Riteau | |
2010-11-26 | Add section on errors to readme | Pieter Noordhuis | |
2010-11-22 | Update README with new way of handling errors | Pieter Noordhuis | |
2010-11-03 | More style | Pieter Noordhuis | |
2010-11-03 | Style | Pieter Noordhuis | |
2010-11-03 | Upgrade notice in README | Pieter Noordhuis | |
2010-11-03 | README style | Pieter Noordhuis | |
2010-11-01 | There is no longer need for a separate redisDisconnect | Pieter Noordhuis | |
2010-11-01 | Reply parsing docs need to be done | Pieter Noordhuis | |
2010-11-01 | Add docs for the asynchronous API | Pieter Noordhuis | |
2010-11-01 | Add comment on return value of redisGetReply | Pieter Noordhuis | |
2010-11-01 | Add sections on redisCommandArgv and pipelining to README | Pieter Noordhuis | |
2010-11-01 | Update README | Pieter Noordhuis | |
2010-10-12 | Change README to Markdown | Pieter Noordhuis | |