This package browser is in early development. Mind the rough edges.

hiredis 1.1.0

Minimalistic C client library for the Redis database

This package provides a library for sending commands and receiving replies to and from a Redis server. It comes with a synchronous API, asynchronous API and reply parsing API. Only the binary-safe Redis protocol is supported.

Installation

Install hiredis 1.1.0 as follows:

guix install hiredis@1.1.0

Or install the latest version:

guix install hiredis

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.