Elasticsearch::Store
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
- Fork it ( https://github.com/[my-github-username]/elasticsearch-store/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request