summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2019-10-07Update README with SSL support.Yossi Gottlieb
2019-08-09Merge pull request #621 from Crunsher/masterMark Nunberg
Update README.md
2019-07-22Removed whitespace before newlineOdin Hultgren Van Der Horst
- Removed whitespace before newline - Removed win style newline
2018-10-26Update README.mdJean Flach
Add note about using context->data to pass user data to connect and disconnect callbacks
2016-04-20Auto merge of #417 - redis:thread-safety, r=badboynot-a-robot
docs: Note about thread-safety
2016-04-20docs: Note about thread-safetyJan-Erik Rediger
2016-04-20docs: Add changelog for upcoming version and note about status of READMEJan-Erik Rediger
[ci-skip]
2016-03-26docs: Handle NULL in exampleJan-Erik Rediger
Closes #361
2015-04-16Add current maintainer to READMEJan-Erik Rediger
2015-01-05Fix README typosChris Williams
Closes #267
2015-01-05Fix README typoMohnish Thallavajhula
Closes #285
2015-01-05Add syntax highlighting to README.mdRyan Jacobs
Closes #293
2013-07-10Emphasize size_t length for %b formattingWolfgang Richter
Closes #121.
2013-07-10Add note about multi bulk nesting limit (fixes #143)Pieter Noordhuis
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