Advertisement
Guest User

Untitled

a guest
Apr 25th, 2015
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. Sidekiq.configure_server do |config|
  2. config.redis = { url: 'redis://localhost:6379/5', namespace: "activejob-sample" }
  3. end
  4.  
  5. Sidekiq.configure_client do |config|
  6. config.redis = { url: 'redis://localhost:6379/5', namespace: "activejob-sample" }
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement