xref: /OK3568_Linux_fs/buildroot/package/hiredis/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_HIREDIS
2*4882a593Smuzhiyun	bool "hiredis"
3*4882a593Smuzhiyun	help
4*4882a593Smuzhiyun	  Minimalistic C client for Redis >= 1.2
5*4882a593Smuzhiyun
6*4882a593Smuzhiyun	  It is minimalistic because it just adds minimal support for
7*4882a593Smuzhiyun	  the protocol, but at the same time it uses a high level
8*4882a593Smuzhiyun	  printf-alike API in order to make it much higher level than
9*4882a593Smuzhiyun	  otherwise suggested by its minimal code base and the lack of
10*4882a593Smuzhiyun	  explicit bindings for every Redis command.
11*4882a593Smuzhiyun
12*4882a593Smuzhiyun	  https://github.com/redis/hiredis
13