-
-
Save jhliberty/ff71769f2ba19e770c94 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#connect resque web to different redis server | |
`resque-web ./resque-conn.rb` | |
#cat ./resque-conn.rb => | |
Resque.redis = Redis.new(:host => “127.0.0.1”, :port => 6379, :db => 1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment