Skip to content

Instantly share code, notes, and snippets.

@krzkrzkrz
Created January 30, 2014 06:01
Show Gist options
  • Save krzkrzkrz/8703341 to your computer and use it in GitHub Desktop.
Save krzkrzkrz/8703341 to your computer and use it in GitHub Desktop.
Sidekiq.configure_server do |config|
config.redis = { :url => 'redis://redis.example.com:7372/12', :namespace => 'mynamespace', size: ???? }
end
Sidekiq.configure_client do |config|
config.redis = { :url => 'redis://redis.example.com:7372/12', :namespace => 'mynamespace', size: ???? }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment