         MODULE=hiredis
        VERSION=1.4.0
         SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL_FULL=https://github.com/redis/hiredis/archive/refs/tags/v$VERSION.tar.gz
     SOURCE_VFY=sha256:5fa6e719e59cd4f8ae435c52a18ac4035d135251f9ee54e7a045bccf59107ed8
       WEB_SITE=https://github.com/redis/hiredis/
        ENTERED=20210901
        UPDATED=20260607
          SHORT="minimalistic C client library for the Redis database"

cat << EOF
Hiredis is a minimalistic C client library for the Redis database.

It is minimalistic because it just adds minimal support for the protocol,
but at the same time it uses a high level printf-alike API in order to make
it much higher level than otherwise suggested by its minimal code base and
the lack of explicit bindings for every Redis command.
EOF
