wok diff hiredis/description.txt @ rev 25704
BootProg: contiguous file support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jun 04 16:57:31 2024 +0000 (7 months ago) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/hiredis/description.txt Tue Jun 04 16:57:31 2024 +0000 1.3 @@ -0,0 +1,7 @@ 1.4 +Hiredis is a minimalistic C client library for the Redis database. 1.5 + 1.6 +It is minimalistic because it just adds minimal support for the 1.7 +protocol, but at the same time it uses a high level printf-alike API 1.8 +in order to make it much higher level than otherwise suggested by 1.9 +its minimal code base and the lack of explicit bindings for every 1.10 +Redis command.