summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2024-03-22all: rename output filesAnna (navi) Figueiredo Gomes
Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
2023-08-18Make redisEnableKeepAlive a no-op on AF_UNIX connections. (#1215)Michael Grunder
Fixes #1185
2020-07-19Resp3 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-20gitignore: dSYMMark Nunberg
2015-01-05Generate pkgconf during buildMatt 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-10Move examples into their own folderAaron Bedra
Closes #166.
2010-11-01Update .gitignorePieter Noordhuis
2010-10-19Added header file and example for usage from libevPieter Noordhuis
2010-09-25Add example for non-blocking usage of hiredis with libeventPieter Noordhuis
2010-09-21Make target for building static libraryPieter Noordhuis
2010-06-03Build a shared libraryMina Naguib
2010-05-18documentationantirez