Skip to content
Snippets Groups Projects
  1. Jan 08, 2022
  2. Aug 30, 2021
  3. Jan 22, 2021
  4. Sep 15, 2020
  5. Jun 13, 2020
  6. Feb 15, 2020
  7. Feb 14, 2020
  8. Dec 24, 2019
  9. Oct 31, 2019
  10. Jun 06, 2019
  11. Feb 03, 2019
  12. 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
  13. Oct 17, 2018
  14. May 31, 2018
  15. Mar 16, 2018
  16. Oct 19, 2017
  17. Oct 10, 2017
  18. Oct 04, 2017
  19. Mar 30, 2017
Loading