author | Andrés J. Díaz <ajdiaz@connectical.com> | |
Thu, 7 Nov 2013 08:57:53 +0000 (09:57 +0100) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Fri, 7 Nov 2014 21:44:56 +0000 (22:44 +0100) | ||
commit | 36e8719c3eb45e45cc21dff35d675741ef34802d | |
tree | 92885dbe8b2e14bab0e785dd96a0c45f04656907 | tree | snapshot |
parent | 3b618a331d47fa5868f414b42439f7a0f08667cd | commit | diff |
Switch redis.c plugin from credis to hiredis.
Change the entire redis.c plugin to use libhiredis (tested with
libhiredis0.10) instead on credis. The libhiredis is supported in a number
of distributions like Debian or Ubuntu.
This patch keeps the same functionality that the old redis.c does.
Conflicts:
src/redis.c
src/types.db
Change the entire redis.c plugin to use libhiredis (tested with
libhiredis0.10) instead on credis. The libhiredis is supported in a number
of distributions like Debian or Ubuntu.
This patch keeps the same functionality that the old redis.c does.
Conflicts:
src/redis.c
src/types.db
configure.ac | diff | blob | history | |
src/Makefile.am | diff | blob | history | |
src/redis.c | diff | blob | history | |
src/types.db | diff | blob | history |