shogo82148 / Redis-Fast

fast perl binding for Redis database
https://metacpan.org/release/Redis-Fast
Other
25 stars 21 forks source link

Support password auth with sentinels #144

Closed Yenya closed 1 year ago

Yenya commented 1 year ago

Sentinels can also be password-authenticated, but there was no way how to configure password for them. I am adding a new optional parameter sentinels_password => $the_password for this, and also an example to the POD.