![ruby-on-rails](https://habrastorage.org/r/w120/webt/5a/e7/68/5ae76836bdbab562751753.png)
Ruby on Rails
- 23 ответа
- 0 вопросов
11
Вклад в тег
Sidekiq.configure_server do |config|
config.redis = { url: 'redis://localhost:6379/0', namespace: "appname_#{Rails.env}" }
end
Sidekiq.configure_client do |config|
config.redis = { url: 'redis://localhost:6379/0', namespace: "appname_#{Rails.env}" }
end