ruby-hiredis 0.6.3
Ruby wrapper for hiredis
hiredis-rb
is a Ruby extension that wraps hiredis
, a minimalist C client for Redis. Both the synchronous connection API and a separate protocol reader are supported. It is primarily intended to speed up parsing multi bulk replies.
- Outputs:
out
- Website: https://github.com/redis/hiredis-rb
- Licenses: Modified BSD
- Package source: gnu/packages/databases.scm
- Builds: See build status
- Issues: See known issues
Installation
Install ruby-hiredis 0.6.3
as follows:
guix install ruby-hiredis@0.6.3
Or install the latest version:
guix install ruby-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.