1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/myapp/config/initializers/sidekiq.rb
2013-01-26 11:26:10 -08:00

6 lines
189 B
Ruby

Sidekiq.configure_client do |config|
config.redis = { :size => 2, :namespace => 'foo' }
end
Sidekiq.configure_server do |config|
config.redis = { :size => 25, :namespace => 'foo' }
end