Skip to content
Snippets Groups Projects
  1. Dec 13, 2018
  2. Dec 12, 2018
  3. Dec 11, 2018
  4. 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
    • Tim van Dijen's avatar
      5af5f995
  5. Dec 08, 2018
  6. Dec 07, 2018
Loading