hiredis: new package
commitc487d0671d444a024707f8c5fa5d7571090b629f
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sat, 28 Jan 2017 20:24:05 +0000 (28 21:24 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 30 Jan 2017 20:09:57 +0000 (30 21:09 +0100)
tree455a95654de3ebafa6809745d1e1f941961842cd
parente528af6428b31c200c8c723467f758254c4cb612
hiredis: new package

Minimalistic C client for Redis >= 1.2

It is minimalistic because it just adds minimal support for
the protocol, but at the same time it uses a high level
printf-alike API in order to make it much higher level than
otherwise suggested by its minimal code base and the lack of
explicit bindings for every Redis command.

https://github.com/redis/hiredis

[Peter: use install -t / -D, fix arguments]
Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
Reviewed-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/Config.in
package/hiredis/Config.in [new file with mode: 0644]
package/hiredis/hiredis.hash [new file with mode: 0644]
package/hiredis/hiredis.mk [new file with mode: 0644]