wok diff hiredis/description.txt @ rev 25035

Up libqcow (20210419)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 20 18:11:13 2022 +0000 (2022-05-20)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/hiredis/description.txt	Fri May 20 18:11:13 2022 +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.