hiredis

[full]

Minimalistic C client for Redis >= 1.2

Build Status

This Readme reflects the latest changed in the master branch. See v1.0.0 for the Readme and documentation for the latest release (API/ABI history).

HIREDIS

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.

... More
license BSD-3-Clause
project hiredis
url redis.com/lp/hiredis/
doc-url github.com/redis/hiredis/blob/master/README.md
src-url github.com/redis/hiredis
1 Version
version 1.0.2+2
repository https://pkg.cppget.org/1/stable
depends 1; libssl