wok diff hiredis/description.txt @ rev 25176

updated python-formalchemy (1.5.5 -> 1.5.6)
author Hans-G?nter Theisgen
date Fri Jul 01 17:52:21 2022 +0100 (23 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/hiredis/description.txt	Fri Jul 01 17:52:21 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.