Skip to content
Snippets Groups Projects
  • Ben Johnson's avatar
    Add Password support to Redis library · 4c7a6818
    Ben Johnson authored
    For Redis instances that require authentication, the current Redis store does not work.  So, this commit adds optional support for utilizing the Predis password option.  It will pick up the password from the config file and pass it along when it instantiates the Predis client.
    
    The test simply checks that adding the password option doesn't break the constructor. Since Predis parameters end up as protected, we can't verify that the instance contains the password.
    4c7a6818
Code owners
Assign users and groups as approvers for specific file changes. Learn more.