wok-6.x diff hiredis/description.txt @ rev 25343
updated sysstat (12.3.2 -> 12.6.0)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jul 25 07:23:20 2022 +0100 (2022-07-25) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/hiredis/description.txt Mon Jul 25 07:23:20 2022 +0100 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.