Switch redis.c plugin from credis to hiredis.
authorAndrés J. Díaz <ajdiaz@connectical.com>
Thu, 7 Nov 2013 08:57:53 +0000 (09:57 +0100)
committerMarc Fournier <marc.fournier@camptocamp.com>
Fri, 7 Nov 2014 21:44:56 +0000 (22:44 +0100)
commit36e8719c3eb45e45cc21dff35d675741ef34802d
tree92885dbe8b2e14bab0e785dd96a0c45f04656907
parent3b618a331d47fa5868f414b42439f7a0f08667cd
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
configure.ac
src/Makefile.am
src/redis.c
src/types.db