summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-01-11Correction for command timeout during pubsub (#1038)Bjorn Svensson
2022-01-08CMakeLists.txt: allow building without a C++ compiler (#872)Fabrice Fontaine
2022-01-05Fix adapters/libevent.h compilation for 64-bit Windows (#937)Peter Tummillo
2021-12-24Don't link with crypto libs if USE_SSL isn't set.michael-grunder
2021-12-23Makefile: move SSL options into a block and refine ruleszhenwei pi
2021-12-22Update CMakeLists.txt for more portability (#1005)Eric Deng
2021-12-22Fix integer overflow when format command larger than 4GB (#1030)sundb
2021-12-22Handle array response in parallell with pubsub using RESP3 (#1014)Bjorn Svensson
2021-12-16Support PING while subscribing (RESP2) (#1027)Bjorn Svensson
2021-12-16FreeBSD build fixes + CI (#1026)Michael Grunder
2021-12-16Merge branch 'redis:master' into mastersundb
2021-12-01Add asynchronous test for pubsub using RESP3 (#1012)Bjorn Svensson