summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2013-01-26Add Travis badge to READMEPieter Noordhuis
2013-01-22Made connect functions return NULL on alloc failures.Henri Doreau
Updated documentation and examples accordingly.
2012-08-21Configurable 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-07Fixed typo in READMEErik Dubbelboer
2012-02-06Update README with actual async callback behaviorPieter Noordhuis
See issue #79, thanks to @ewencp.
2011-05-22Add note about freeReplyObject and the asynchronous APIPieter Noordhuis
2011-04-21Reformat and add some detailsPieter Noordhuis
2011-04-13Updated README with details about reply parsing APIArvind Laxminarayan
2011-02-14Typo fixElnatan
2011-01-14Correct the description of the pipeline examplePierre Riteau
2010-11-26Add section on errors to readmePieter Noordhuis
2010-11-22Update README with new way of handling errorsPieter Noordhuis
2010-11-03More stylePieter Noordhuis
2010-11-03StylePieter Noordhuis
2010-11-03Upgrade notice in READMEPieter Noordhuis
2010-11-03README stylePieter Noordhuis
2010-11-01There is no longer need for a separate redisDisconnectPieter Noordhuis
2010-11-01Reply parsing docs need to be donePieter Noordhuis
2010-11-01Add docs for the asynchronous APIPieter Noordhuis
2010-11-01Add comment on return value of redisGetReplyPieter Noordhuis
2010-11-01Add sections on redisCommandArgv and pipelining to READMEPieter Noordhuis
2010-11-01Update READMEPieter Noordhuis
2010-10-12Change README to MarkdownPieter Noordhuis