Skip to content
Snippets Groups Projects
  1. Oct 03, 2019
  2. Aug 10, 2019
  3. Jul 15, 2019
  4. Dec 10, 2018
    • 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
  5. Oct 17, 2018
  6. May 31, 2018
  7. Nov 29, 2017
  8. Oct 10, 2017
  9. Mar 30, 2017
Loading