- 19 Aug, 2023 1 commit
-
-
Michael Grunder authored
Fixes #1185
-
- 20 Jul, 2020 1 commit
-
-
Michael Grunder authored
Proper support for RESP3 PUSH messages. By default, PUSH messages are now intercepted and the reply memory freed. This means existing code should work unchanged when connecting to Redis >= 6.0.0 even if `CLIENT TRACKING` were then enabled. Additionally, we define two callbacks users can configure if they wish to handle these messages in a custom way: void redisPushFn(void *privdata, void *reply); void redisAsyncPushFn(redisAsyncContext *ac, void *reply); See #825
-
- 20 Feb, 2019 1 commit
-
-
Mark Nunberg authored
-
- 05 Jan, 2015 1 commit
-
-
Matt Stancliff authored
The pkgconf source is localized to the Makefile, so we're not dropping an unnecessary "hiredis.pc.in" in the source directory. Closes #129 Closes #136
-
- 11 Jul, 2013 1 commit
-
-
Aaron Bedra authored
Closes #166.
-
- 01 Nov, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 19 Oct, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 25 Sep, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 21 Sep, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 03 Jun, 2010 1 commit
-
-
Mina Naguib authored
-
- 18 May, 2010 1 commit
-
-
antirez authored
-