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.
- Outputs:
out
- Website: https://github.com/redis/hiredis
- Licenses: Modified BSD
- Package source: gnu/packages/databases.scm
- Builds: See build status
- Issues: See known issues
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.