Skip to content

Instantly share code, notes, and snippets.

@martianinteractive
Created February 18, 2012 02:03
Show Gist options
  • Save martianinteractive/1856882 to your computer and use it in GitHub Desktop.
Save martianinteractive/1856882 to your computer and use it in GitHub Desktop.
pry(main)> Resque.redis = "localhost:6779:6"
=> "localhost:6779:6"
pry(main)> Resque.workers
=> []
pry(main)> Resque.redis = "localhost:6379:0"
=> "localhost:6379:0"
pry(main)> Resque.workers
=> [#<Worker ub40:6352:*>, #<Worker ub40:2011:*>]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment