Skip to content
Snippets Groups Projects
  1. Dec 10, 2018
    • Ben Johnson's avatar
      Adding note to Redis documentation · 7992d4ee
      Ben Johnson authored
      Describing the configuration option available for password authentication.
      7992d4ee
    • 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
  2. Dec 08, 2018
  3. Dec 07, 2018
  4. Dec 04, 2018
  5. Dec 03, 2018
  6. Dec 02, 2018
  7. Dec 01, 2018
  8. Nov 30, 2018
Loading