Sha256: cfa17bbf2291248833b00a3d04d0bb7be79d8fdf5e5580d998c2c37b76dd08f4
Contents?: true
Size: 612 Bytes
Versions: 7
Compression:
Stored size: 612 Bytes
Contents
# EIVO Rails Sidekiq [![Gem Version](https://badge.fury.io/rb/eivo-rails-sidekiq.svg)](http://badge.fury.io/rb/eivo-rails-sidekiq) ## Installation Add this line to your application's Gemfile: ```ruby gem 'eivo-rails-sidekiq' ``` And then execute: $ bundle Or install it yourself as: $ gem install eivo-sidekiq -N ## Usage $ rails g eivo:sidekiq:install You must use a dedicated Redis instance for sidekiq, more informations [here](http://www.mikeperham.com/2015/09/24/storing-data-with-redis/). ## License This project is released under the MIT license. See the LICENSE file for more info.
Version data entries
7 entries across 7 versions & 1 rubygems