summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Expand)Author
2023-05-29Helper for setting TCP_USER_TIMEOUT socket option (#1188)Viktor Söderqvist
2022-11-14Prepare for v1.1.0 GAmichael-grunder
2022-11-09fix flag referencedachui
2022-11-06Prepare for v1.1.0-rc1michael-grunder
2022-09-19Additional include directory given by pkg-config (#1118)Bjorn Svensson
2022-09-02Add REDIS_OPT_PREFER_UNSPEC (#1101)Michael Grunder
2022-09-01Update documentation to explain redisConnectWithOptions.michael-grunder
2022-08-26Maintain backward compatibiliy withour onConnect callback.michael-grunder
2022-08-10Improve example for SSL initialization in README.mdStan Hu
2022-08-04Fix README typosBjörn Svensson
2022-06-26Whitespacemichael-grunder
2022-06-26Fix typosKristján Valur Jónsson
2022-06-26Add some documentation on connect/disconnect callbacks and command callbacksKristján Valur Jónsson
2021-10-10Switch to GitHub actionsmichael-grunder
2021-10-07Merge branch 'release/v1.0.2'michael-grunder
2021-10-07Prepare for v1.0.2 GAmichael-grunder
2021-10-04Merge branch 'release/v1.0.1'michael-grunder
2021-10-04 Prepare for v1.0.1 GAmichael-grunder
2021-05-23Fix README.mdmichael-grunder
2021-04-24fix(docs): corrects typos in project READMEplan-do-break-fix
2021-02-17http -> httpscheese1
2020-10-27Updating SSL connection exampleJeremy Cohen
2020-08-03Prepare for v1.0.0 GAmichael-grunder
2020-07-29Update notes preparing for v1.0.0-rc1michael-grunder
2020-07-19Remove erroneous tag and add license to push example (#849)Michael Grunder
2020-07-19Resp3 oob push support (#841)Michael Grunder
2020-05-30Merge branch 'master' into new-ssl-apimichael-grunder
2020-05-26Document allocator injection and completeness fix in test.c (#824)Michael Grunder
2020-05-24New SSL API to replace redisSecureConnection().Yossi Gottlieb
2020-05-22Allow users to replace allocator and handle OOM everywhere. (#800)Michael Grunder
2020-05-16Add link to ABI tracker (#808)Michael Grunder
2020-02-27Housekeeping fixes (#764)Michael Grunder
2019-10-10Use correct flag in README.mdmichael-grunder
2019-10-07Update README with SSL support.Yossi Gottlieb
2019-08-09Merge pull request #621 from Crunsher/masterMark Nunberg
2019-07-22Removed whitespace before newlineOdin Hultgren Van Der Horst
2018-10-26Update README.mdJean Flach
2016-04-20Auto merge of #417 - redis:thread-safety, r=badboynot-a-robot
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
2016-03-26docs: Handle NULL in exampleJan-Erik Rediger
2015-04-16Add current maintainer to READMEJan-Erik Rediger
2015-01-05Fix README typosChris Williams
2015-01-05Fix README typoMohnish Thallavajhula
2015-01-05Add syntax highlighting to README.mdRyan Jacobs
2013-07-10Emphasize size_t length for %b formattingWolfgang Richter
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
2012-08-21Configurable reader max idle buffer size.antirez