- Sep 15, 2022
-
-
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:
Tim van Dijen <tvdijen@gmail.com>
-
- Jun 30, 2022
-
-
fengtan authored
-
- May 29, 2022
-
-
Tim van Dijen authored
-
- Aug 30, 2021
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Jan 22, 2021
-
-
Tim van Dijen authored
-
- Oct 19, 2020
-
-
Zvonimir Mance authored
-
- Sep 15, 2020
-
-
Tim van Dijen authored
-
- Aug 27, 2020
-
-
Tim van Dijen authored
-
- May 05, 2020
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Feb 15, 2020
-
-
Tim van Dijen authored
* Remove deprecated classes * Remove support for certificate fingerprints * Remove many deprecated methods and pieces of code * Remove SAML1.1/Shib1.3 support * Remove many superfluous annotations * Update unit test to work with new PHPunit Closes #1268 Closes #1020 Closes #431 Closes #167 Closes #151
-
- Dec 24, 2019
-
-
Tim van Dijen authored
-
Tim van Dijen authored
* Raise minimum PHP version to 7.0 * Remove tests pre-PHP 7.2 * Upgrade dev dependencies * Ignore tests for deprecated class * Add typehints; not touching public API * Remove none-array replacements-param; old behaviour from pre-1.4 release * Psalm fixes * Add upgrade notes * PSR-12
-
- Oct 03, 2019
-
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- Aug 10, 2019
-
-
Tim van Dijen authored
-
- Jul 15, 2019
-
-
Tim van Dijen authored
This reverts commit 6bcea51e.
-
Tim van Dijen authored
-
Tim van Dijen authored
-
Tim van Dijen authored
-
- 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
-
- Nov 29, 2017
-
-
Gabriel Caruso authored
-
- Oct 10, 2017
-
-
Matt Clarkson authored
-
- Mar 30, 2017
-
-
Matt Schwager authored
-