This gem provides a Redis storage adapter for Avocado.
gem 'avocado-redis'
bundle
In your Avocado config:
Avocado.configure do |config|
config.storage = Avocado::Redis::Strategy.new 'redis-url-here'
end
By default, ENV['REDIS_URL']
will be used.
Bug reports and pull requests are welcome on GitHub at https://github.com/metova/avocado-redis.
The gem is available as open source under the terms of the MIT License.