Commit Graph

8 Commits

Author SHA1 Message Date
sthen
48f21f8841 update to libhiredis-1.0.2 2022-07-05 13:27:27 +00:00
naddy
7a958849ed drop RCS Ids 2022-03-11 18:31:17 +00:00
sthen
cbb176c806 update to libhiredis-0.14.1 2020-05-29 13:02:29 +00:00
sthen
a3e5de8f53 drop maintainer 2020-02-03 20:40:37 +00:00
sthen
9c6e9626b9 s/PERMIT_PACKAGE_CDROM/PERMIT_PACKAGE/ and some light whitespace tidying
in ports which I maintain
2019-06-03 16:06:50 +00:00
sthen
5de2ab2396 update to libhiredis-0.14.0, switch to GH_* in the hope portroach may find updates 2019-04-02 14:04:42 +00:00
sthen
c0a2795934 update to libhiredis-0.13.3, from David CARLIER 2015-12-21 21:53:15 +00:00
sthen
336bbb056b import databases/libhiredis, req by claudio, ok dcoppa@
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.

Apart from supporting sending commands and receiving replies, it comes
with a reply parser that is decoupled from the I/O layer. It is a stream
parser designed for easy reusability, which can for instance be used in
higher level language bindings for efficient reply parsing.

Hiredis only supports the binary-safe Redis protocol, so you can use it
with any Redis version >= 1.2.0.

The library comes with multiple APIs. There is the synchronous API, the
asynchronous API and the reply parsing API.
2015-09-16 08:46:43 +00:00