Skip to content

Instantly share code, notes, and snippets.

@danmayer
Created June 12, 2011 00:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save danmayer/1021126 to your computer and use it in GitHub Desktop.
Save danmayer/1021126 to your computer and use it in GitHub Desktop.
connect resque web to different redis server
#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