Added support to provide redis sentinel when using redis cache

This commit is contained in:
Alejandro Celaya 2021-10-08 18:52:17 +02:00
parent 9899a5fc56
commit 95cf0d86bc
2 changed files with 3 additions and 2 deletions

View File

@ -46,11 +46,11 @@
"predis/predis": "^1.1",
"pugx/shortid-php": "^0.7",
"ramsey/uuid": "^3.9",
"shlinkio/shlink-common": "dev-main#3eacc46 as 4.0",
"shlinkio/shlink-common": "^4.0",
"shlinkio/shlink-config": "^1.2",
"shlinkio/shlink-event-dispatcher": "^2.1",
"shlinkio/shlink-importer": "^2.3.1",
"shlinkio/shlink-installer": "dev-develop#07f1ac8 as 6.2",
"shlinkio/shlink-installer": "dev-develop#2f87995 as 6.2",
"shlinkio/shlink-ip-geolocation": "^2.0",
"symfony/console": "^5.3",
"symfony/filesystem": "^5.3",

View File

@ -13,6 +13,7 @@ return (static function (): array {
'cache' => [
'redis' => [
'servers' => $redisServers,
'sentinel_service' => env('REDIS_SENTINEL_SERVICE'),
],
],
],