summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-29Helper for setting TCP_USER_TIMEOUT socket option (#1188)Viktor Söderqvist
2023-04-24Add RedisModule adapter (#1182)Ozan Tezcan
2023-04-18Fix wincrypt symbols conflictJacky Hu
2023-04-15Add a test ensuring we don't clobber connection error.michael-grunder
2023-04-14Don't attempt to set a timeout if we are in an error state.michael-grunder
2023-04-14Fix typo in makefile.michael-grunder
2023-04-14Accept -nan per the RESP3 spec recommendation.Michael Grunder
2023-03-13Fix colliding option valuesViktor Söderqvist
2023-03-09Rework searching for opensslmichael-grunder
2023-03-09Attempt to find the correct path for openssl.Victor Polevoy
2023-03-07Allow specifying the keepalive intervalmichael-grunder
2023-03-07Cmake static or shared (#1160)autoantwort
2023-02-24Write a version file for the CMake package (#1165)Dominik Charousset
2023-01-06fix typoTill Krüss
2022-12-27CMakeLists.txt: respect BUILD_SHARED_LIBSFabrice Fontaine
2022-12-21Add sdevent adapterMichael de Lang
2022-11-15Bump dev version for the next release cycle.michael-grunder
2022-11-14Prepare for v1.1.0 GAmichael-grunder
2022-11-14Add support for nan in RESP3 double (#1133)filipe oliveira
2022-11-12Add an example that calls redisCommandArgv (#1140)Michael Grunder
2022-11-10CI updates (#1139)Bjorn Svensson
2022-11-09fix flag referencedachui
2022-11-09Make freeing a NULL redisAsyncContext a no op.michael-grunder
2022-11-09Update version in dev branch.michael-grunder
2022-11-06Prepare for v1.1.0-rc1michael-grunder
2022-11-02CI fixes in preparation of releasemichael-grunder
2022-11-02Add author information to release-drafter template.michael-grunder
2022-10-26Update for mingw cross compilebit0fun
2022-10-24fixed cpp build error with adapters/libhv.hcqm
2022-10-14Fixup of PR734: Coverage of hiredis.c (#1124)Bjorn Svensson
2022-09-29CMake corrections for building on Windows (#1122)Bjorn Svensson
2022-09-27Fix PUSH handler tests for Redis >= 7.0.5michael-grunder
2022-09-27Install on windows fixes (#1117)Bjorn Svensson
2022-09-21Add timeout support to libhv adapter. (#1109)Michael Grunder
2022-09-19Additional include directory given by pkg-config (#1118)Bjorn Svensson
2022-09-14Use __attribute__ when building with clang on windowsBjörn Svensson
2022-09-08set default SSL certificate directoryVlad Turchenko
2022-09-08Minor refactormichael-grunder
2022-09-07Add libhv example to our standard Makefilemichael-grunder
2022-09-07Add adapters/libhvhewei.it
2022-09-06Fix pkgconfig for hiredis_sslBjörn Svensson
2022-09-05Fix protocol error (#1106)Michael Grunder
2022-09-03Use a windows specific keepalive function. (#1104)Michael Grunder
2022-09-02Introduce .close method for redisContextFuncszhenwei pi
2022-09-02Add REDIS_OPT_PREFER_UNSPEC (#1101)Michael Grunder
2022-09-01Update documentation to explain redisConnectWithOptions.michael-grunder
2022-09-01fix heap-buffer-overflow (#957)zhangtaoXT5
2022-09-01uvadapter: reduce number of uv_poll_start callsAnton Tiurin
2022-09-01Fix cmake config path on Linux.Tongliang Liao
2022-09-01Add possibility to prefer IPv6, IPv4 or unspecifiedViktor Söderqvist