eksoverzero / newrelic_sidekiq_agent

Sidekiq monitoring through New Relic
MIT License
15 stars 19 forks source link

allow setting password in redis configuration #3

Closed emurphy closed 9 years ago

emurphy commented 9 years ago

Redis servers can be set up with a password but no username. This is the case for example with Redis Labs, the top redis cloud provider. This pull request adds a password configuration option and passes that through to the Sidekiq Client (which already handles it). Also upgrades the sidekiq gem so that the password does not get logged.

Other gems bumped are incidental, not required.