Skip to content

Instantly share code, notes, and snippets.

@jhliberty
Forked from danmayer/redis_connect_example
Last active August 29, 2015 14:16
Show Gist options
  • Save jhliberty/ff71769f2ba19e770c94 to your computer and use it in GitHub Desktop.
Save jhliberty/ff71769f2ba19e770c94 to your computer and use it in GitHub Desktop.
#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