- Dec 10, 2018
-
-
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.
-
- Oct 17, 2018
-
-
Arno van der Vegt authored
-
- May 31, 2018
-
-
Tim van Dijen authored
-
- Mar 16, 2018
-
-
Robert Tefft authored
-
- Oct 19, 2017
- Oct 10, 2017
-
-
Matt Clarkson authored
-
- Oct 04, 2017
-
-
Matt Schwager authored
-
- Mar 30, 2017
-
-
Jaime Pérez Crespo authored
Add a check to the constructor of the new redis store to check if predis/predis is available, and throw a critical configuration error if not.
-
Jaime Pérez Crespo authored
-
Matt Schwager authored
-