Mredis
Catch all exception when redis server is down and make sure your system can't be broken down. Provide method to create key for redis and permit use mget for an array of objects.
Installation
Add this line to your application's Gemfile:
gem 'mredis'
And then execute:
$ bundle
Or install it yourself as:
$ gem install mredis
Usage
You can configure your redis server in file yml. Please include the moudle Mredis to use our function. You can override the method for your purpose
Contributing
- Fork it
- 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 new Pull Request