Version: 0.14.1, Package name: libhiredis-0.14.1 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description 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. |
Filesize: 62.863 KB |
Version History (View Complete History) |
|
2020-05-29 07:02:29 by Stuart Henderson | Files touched by this commit (4) |
Log message: update to libhiredis-0.14.1 |
2020-02-03 13:40:41 by Stuart Henderson | Files touched by this commit (69) |
Log message: drop maintainer |
2019-06-03 10:06:58 by Stuart Henderson | Files touched by this commit (153) |
Log message: s/PERMIT_PACKAGE_CDROM/PERMIT_PACKAGE/ and some light whitespace tidying in ports which I maintain |
2019-04-02 08:04:42 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to libhiredis-0.14.0, switch to GH_* in the hope portroach may find updates |
2015-12-21 14:53:15 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to libhiredis-0.13.3, from David CARLIER |