mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
remove namespace
This commit is contained in:
parent
8f7943b754
commit
de9347a172
1 changed files with 1 additions and 2 deletions
|
@ -1,8 +1,7 @@
|
|||
Sidekiq.configure_client do |config|
|
||||
config.redis = { :size => 2, :namespace => 'foo' }
|
||||
config.redis = { :size => 2 }
|
||||
end
|
||||
Sidekiq.configure_server do |config|
|
||||
config.redis = { :namespace => 'foo' }
|
||||
config.on(:startup) { }
|
||||
config.on(:quiet) { }
|
||||
config.on(:shutdown) do
|
||||
|
|
Loading…
Add table
Reference in a new issue