summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-10Improve example for SSL initialization in README.mdStan Hu
2022-08-10Release drafterChayim I. Kirshen
2022-08-05CI: use recommended `vmactions/freebsd-vm@v0`Sukka
2022-08-04Merge pull request #1080 from Nordix/readme-correctionsMichael Grunder
2022-08-04Fix README typosBjörn Svensson
2022-07-31Merge pull request #1050 from smmir-cent/fix-cmake-versionMichael Grunder
2022-07-25CI: bump macos runner versionSukkaW
2022-07-08Drop `const` on redisAsyncContext in redisConnectCallbackKristján Valur Jónsson
2022-07-08Support calling redisAsyncDisconnect from the onConnected callback, by deferr...Kristján Valur Jónsson
2022-07-08Add async regression test for issue #931Kristján Valur Jónsson
2022-07-07Merge pull request #932 from kristjanvalur/pr3Michael Grunder
2022-07-05Add regression test for issue #945Kristján Valur Jónsson
2022-07-05Initial async testsKristján Valur Jónsson
2022-07-05Polling adapter and exampleKristján Valur Jónsson
2022-06-26Merge pull request #1057 from orgads/static-nameMichael Grunder
2022-06-26Merge pull request #1054 from kristjanvalur/pr08Michael Grunder
2022-06-26Merge pull request #1074 from michael-grunder/kristjanvalur-pr4Michael Grunder
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
2022-06-26Merge pull request #1073 from michael-grunder/kristjanvalur-pr1Michael Grunder
2022-06-26Whitespace, stylemichael-grunder
2022-06-26Use correct type for getsockopt()Kristján Valur Jónsson
2022-06-26Support failed async connects on windows.Kristján Valur Jónsson
2022-06-26Merge pull request #1072 from michael-grunder/fix-redis7-unit-testsMichael Grunder
2022-06-26Fix tests so they work for Redis 7.0michael-grunder
2022-05-04Merge pull request #1058 from orgads/win64Michael Grunder
2022-04-24Fix warnings on Win64Orgad Shaneh
2022-04-23Merge pull request #1062 from yossigo/fix-push-notification-orderMichael Grunder
2022-04-23Merge pull request #1061 from yossigo/update-redis-aptMichael Grunder
2022-04-23Merge pull request #1063 from redis/fix-windows-testsMichael Grunder
2022-04-23Whitelist hiredis repo path in cygwinmichael-grunder
2022-04-22Handle push notifications before or after reply.Yossi Gottlieb
2022-04-22Use official repository for redis package.Yossi Gottlieb
2022-04-05Merge pull request #1047 from Nordix/unsubscribe-handlingMichael Grunder
2022-04-05Merge pull request #1045 from Nordix/sds-updatesMichael Grunder
2022-03-29Use the same name for static and shared librariesOrgad Shaneh
2022-03-24Embed debug information in windows static lib, rather than create a .pdb fileKristján Valur Jónsson
2022-03-18fix cmake versionsmmir-cent
2022-02-03Handle any pipelined unsubscribe in asyncBjörn Svensson
2022-02-02Ignore pubsub replies without a channel/patternBjörn Svensson
2022-02-02Handle overflows as errors instead of assertingBjörn Svensson
2022-02-01Catch size_t overflows in sds.cBjörn Svensson
2022-02-01Use size_t/long to avoid truncationBjörn Svensson
2022-02-01Merge pull request #1046 from redis/rockylinux-ciMichael Grunder
2022-02-01CentOS 8 is EOL, switch to RockyLinuxmichael-grunder
2022-01-27Avoid incorrect call to the previous reply's callback (#1040)Bjorn Svensson
2022-01-24fix building on AIX and SunOS (#1031)Dietmar Scheidl
2022-01-18Add timeout support for libuv adapter (#1016)MichaelSuen
2022-01-18Allow sending commands after sending an unsubscribe (#1036)Bjorn Svensson