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

3scale-ops/redis-hl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

High level Redis wrapper for Ruby

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages