Elasticsearch::Store

Build Status Code Climate

ElasticSearch-backed Ruby on Rails cache.

Experimental - only tested against a single, local ES instance.

Compatible with Ruby 1.9.3 & Rails 3.2 and above.

Installation

Add this line to your application's Gemfile:

gem 'elasticsearch-store'

And then execute:

$ bundle

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it ( https://github.com/[my-github-username]/elasticsearch-store/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