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

ruby-hiredis

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.

Installation

Install the latest version of ruby-hiredis as follows:

guix install ruby-hiredis

Or install a particular version:

guix install ruby-hiredis@0.6.3

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.

Badge code

You can use the following badge to inform users of ruby-hiredis about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/ruby-hiredis'><img src='https://packages.guix.gnu.org/packages/ruby-hiredis/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/ruby-hiredis/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/ruby-hiredis)

Example Org:

[[https://packages.guix.gnu.org/packages/ruby-hiredis][https://packages.guix.gnu.org/packages/ruby-hiredis/badges/latest-version.svg]]