Skip to content
Snippets Groups Projects
  1. Sep 15, 2022
    • Fengtan 冯坦's avatar
      Add support for Redis-Sentinel (#1699) · 6da74d0e
      Fengtan 冯坦 authored
      
      * Add support for Redis-Sentinel.
      
      * Add tests for redis sentinel store.
      
      * Documentation about Redis-Sentinel and password protection.
      
      * Fix markdown syntax brought up by github actions.
      
      * Add missing config parameter to unit tests.
      
      * Add missing return-type
      
      * Fix indentation
      
      * Fix incorrect configuration-methods
      
      Co-authored-by: default avatarTim van Dijen <tvdijen@gmail.com>
      Unverified
      6da74d0e
  2. Jun 30, 2022
  3. May 29, 2022
  4. Mar 16, 2022
  5. Jan 08, 2022
  6. Aug 30, 2021
  7. Jan 22, 2021
  8. Sep 15, 2020
  9. Jun 13, 2020
  10. Feb 15, 2020
  11. Feb 14, 2020
  12. Dec 24, 2019
  13. Oct 31, 2019
  14. Jun 06, 2019
  15. Feb 03, 2019
  16. 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
  17. Oct 17, 2018
  18. May 31, 2018
  19. Mar 16, 2018
  20. Oct 19, 2017
  21. Oct 10, 2017
  22. Oct 04, 2017
  23. Mar 30, 2017
Loading