Skip to content

Add initializer for customizing Resque's Redis connection

Matthias Käppler requested to merge github/fork/rspeicher/custom_redis into master

Created by: rspeicher

Went with an optional config/resque.yml file. If it exists, it reads the connection info from that based on environment. Also added a section to the installation guide.

For reasoning behind not just using Rails.root, see https://github.com/defunkt/resque#configuration

Closes #1486 (closed)

Merge request reports