# Restruct [![Gem Version](https://badge.fury.io/rb/restruct.svg)](https://rubygems.org/gems/restruct) [![Build Status](https://travis-ci.org/gabynaiman/restruct.svg?branch=master)](https://travis-ci.org/gabynaiman/restruct) [![Coverage Status](https://coveralls.io/repos/gabynaiman/restruct/badge.svg?branch=master)](https://coveralls.io/r/gabynaiman/restruct?branch=master) [![Code Climate](https://codeclimate.com/github/gabynaiman/restruct.svg)](https://codeclimate.com/github/gabynaiman/restruct) [![Dependency Status](https://gemnasium.com/gabynaiman/restruct.svg)](https://gemnasium.com/gabynaiman/restruct) Redis structures - Array - Set - Hash - NestedHash - Queue - Locker ## Installation Add this line to your application's Gemfile: gem 'restruct' And then execute: $ bundle Or install it yourself as: $ gem install restruct ## Usage TODO: Write usage instructions here ## Contributing 1. Fork it ( https://github.com/gabynaiman/restruct/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request