Searched refs:hiredis (Results 1 – 11 of 11) sorted by relevance
7 EXAMPLES=hiredis-example hiredis-example-libevent hiredis-example-libev hiredis-example-glib8 TESTS=hiredis-test10 PKGCONFNAME=hiredis.pc19 INCLUDE_PATH?=include/hiredis74 hiredis.o: hiredis.c fmacros.h hiredis.h read.h sds.h net.h106 hiredis-example-ae:115 hiredis-example-libuv:124 hiredis-example-qt:146 test: hiredis-test147 ./hiredis-test[all …]
1 /hiredis-test2 /examples/hiredis-example*
1 # Appveyor configuration file for CI build of hiredis on Windows (under Cygwin)36 …DFLAGS CC=$CC $TARGET CFLAGS=$CFLAGS && make LDFLAGS=$LDFLAGS CC=$CC $TARGET_VARS hiredis-example"'
1 [](https://travis-ci.org/redis/hiredis)3 …est changed in the master branch. See [v0.13.3](https://github.com/redis/hiredis/tree/v0.13.3) for…27 Version 1.0.0 marks a stable release of hiredis.30 For most applications a recompile against the new hiredis should be enough.35 Version 0.9.0 is a major overhaul of hiredis in every aspect. However, upgrading existing36 code using hiredis should not be a big pain. The key thing to keep in mind when37 upgrading is that hiredis >= 0.9.0 uses a `redisContext*` to keep state, in contrast to142 **Important:** the current version of hiredis (0.10.0) frees replies when the144 you use this API. The reply is cleaned up by hiredis _after_ the callback350 The same set of functions are used internally by hiredis when creating a[all …]
6 * Import latest upstream sds. This breaks applications that are linked against the old hiredis v0.138 * Make hiredis compile in Cygwin on Windows, now CI-tested65 Other non-C99 code can now use hiredis as usual again.
39 script: make $TARGET CFLAGS="$CFLAGS" && make check PRE="$PRE" && make $TARGET_VARS hiredis-example
36 -(cd hiredis && $(MAKE) clean) > /dev/null || true44 hiredis: .make-prerequisites target46 cd hiredis && $(MAKE) static48 .PHONY: hiredis
6 * **hiredis** is the official C client library for Redis. It is used by redis-cli, redis-benchmark …53 … critical for Sentinel. Historically Redis often used forked versions of hiredis in a way or the o…55 1. Check with diff if hiredis API changed and what impact it could have in Redis.
28 DEPENDENCY_TARGETS=hiredis linenoise lua139 FINAL_CFLAGS+= -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src237 $(REDIS_LD) -o $@ $^ ../deps/hiredis/libhiredis.a ../deps/lua/src/liblua.a $(FINAL_LIBS)253 $(REDIS_LD) -o $@ $^ ../deps/hiredis/libhiredis.a ../deps/linenoise/linenoise.o $(FINAL_LIBS)257 $(REDIS_LD) -o $@ $^ ../deps/hiredis/libhiredis.a $(FINAL_LIBS)
59 This will clean: jemalloc, lua, hiredis, linenoise.
2946 Backport hiredis issue 525 fix to compile on FreeBSD.