Freshly/spicerack

View on GitHub
redis_hash/README.md

Summary

Maintainability
Test Coverage
# RedisHash

A full implementation of Ruby's Hash API which transparently wraps a Redis hash

[![Gem Version](https://badge.fury.io/rb/redis_hash.svg)](https://badge.fury.io/rb/redis_hash)
[![Build Status](https://semaphoreci.com/api/v1/freshly/spicerack/branches/main/badge.svg)](https://semaphoreci.com/freshly/spicerack)
[![Maintainability](https://api.codeclimate.com/v1/badges/7e089c2617c530a85b17/maintainability)](https://codeclimate.com/github/Freshly/spicerack/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/7e089c2617c530a85b17/test_coverage)](https://codeclimate.com/github/Freshly/spicerack/test_coverage)

* [Installation](#installation)
* [Usage](#usage)
* [Development](#development)
* [Contributing](#contributing)
* [License](#license)

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'redis_hash'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install redis_hash

## Usage

TODO: Write usage instructions here

## Development

Consult Spicerack's [development instructions](../README.md#development) for more info.

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/Freshly/spicerack.

## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).