Add support for Redis-Sentinel (#1699)
* 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>
Showing
- config-templates/config.php 17 additions, 0 deletionsconfig-templates/config.php
- docs/simplesamlphp-changelog.md 1 addition, 0 deletionsdocs/simplesamlphp-changelog.md
- docs/simplesamlphp-maintenance.md 24 additions, 0 deletionsdocs/simplesamlphp-maintenance.md
- src/SimpleSAML/Store/RedisStore.php 32 additions, 13 deletionssrc/SimpleSAML/Store/RedisStore.php
- tests/src/SimpleSAML/Store/RedisStoreTest.php 15 additions, 0 deletionstests/src/SimpleSAML/Store/RedisStoreTest.php
- tests/src/SimpleSAML/Store/StoreFactoryTest.php 1 addition, 0 deletionstests/src/SimpleSAML/Store/StoreFactoryTest.php
Loading
Please register or sign in to comment