railsware / newrelic_platform_plugins

MIT License
42 stars 66 forks source link

Access Redis protect by a password + Sentinel #51

Open ericfranckx opened 9 years ago

ericfranckx commented 9 years ago

Hi, how can you access a Redis that is protect by a password after settings in Redis instance config requirepass ?

how do you access Redis Master instance (have 1 Master and 1 slave) and in front of it have multiple Sentinel ?

Regards

Eric

ericfranckx commented 9 years ago

Ok, seems only to need the user under which runs the redis instance and the passowrd set by parameter: requirepass

But still search for Sentinel integration.

Eric