wok diff hiredis/description.txt @ rev 25494

Add finch & btop (thanks ceel)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 30 08:50:05 2022 +0000 (18 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/hiredis/description.txt	Wed Nov 30 08:50:05 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.