Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-19 | Resp3 oob push support (#841) | Michael Grunder | |
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 | |||
2019-02-20 | gitignore: dSYM | Mark Nunberg | |
2015-01-05 | Generate pkgconf during build | Matt Stancliff | |
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 | |||
2013-07-10 | Move examples into their own folder | Aaron Bedra | |
Closes #166. | |||
2010-11-01 | Update .gitignore | Pieter Noordhuis | |
2010-10-19 | Added header file and example for usage from libev | Pieter Noordhuis | |
2010-09-25 | Add example for non-blocking usage of hiredis with libevent | Pieter Noordhuis | |
2010-09-21 | Make target for building static library | Pieter Noordhuis | |
2010-06-03 | Build a shared library | Mina Naguib | |
2010-05-18 | documentation | antirez | |