Skip to content
This repository has been archived by the owner on Aug 6, 2020. It is now read-only.

Latest commit

 

History

History
32 lines (17 loc) · 1.08 KB

README.md

File metadata and controls

32 lines (17 loc) · 1.08 KB

Gem Version Build Status Code Climate Test Coverage

The Redis-HL gem

This is the Redis HL (for High Level) gem.

It is a wrapper of the Redis gem for working with Redis with higher level Ruby objects, abstracting Redis structures and making them work like Enumerables.

Usage

WIP

Generating the gem

Both bundler and rspec are required to build the gem:

$ gem install bundler rspec

Run rake -T to see available tasks. The gem can be built with:

$ rake build

Or, if you want to make sure everything works correctly:

$ bundle exec rake build

Installation

After generating the gem, install it using:

$ gem install pkg/redis-hl-*.gem