python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / hiredis / Config.in
blob1656355395927a15e8104d62fa2a090557ea972c
1 config BR2_PACKAGE_HIREDIS
2         bool "hiredis"
3         help
4           Minimalistic C client for Redis >= 1.2
6           It is minimalistic because it just adds minimal support for
7           the protocol, but at the same time it uses a high level
8           printf-alike API in order to make it much higher level than
9           otherwise suggested by its minimal code base and the lack of
10           explicit bindings for every Redis command.
12           https://github.com/redis/hiredis