mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-18 16:29:56 +03:00
Added support to provide redis sentinel when using redis cache
This commit is contained in:
parent
9899a5fc56
commit
95cf0d86bc
2 changed files with 3 additions and 2 deletions
|
@ -46,11 +46,11 @@
|
||||||
"predis/predis": "^1.1",
|
"predis/predis": "^1.1",
|
||||||
"pugx/shortid-php": "^0.7",
|
"pugx/shortid-php": "^0.7",
|
||||||
"ramsey/uuid": "^3.9",
|
"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-config": "^1.2",
|
||||||
"shlinkio/shlink-event-dispatcher": "^2.1",
|
"shlinkio/shlink-event-dispatcher": "^2.1",
|
||||||
"shlinkio/shlink-importer": "^2.3.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",
|
"shlinkio/shlink-ip-geolocation": "^2.0",
|
||||||
"symfony/console": "^5.3",
|
"symfony/console": "^5.3",
|
||||||
"symfony/filesystem": "^5.3",
|
"symfony/filesystem": "^5.3",
|
||||||
|
|
|
@ -13,6 +13,7 @@ return (static function (): array {
|
||||||
'cache' => [
|
'cache' => [
|
||||||
'redis' => [
|
'redis' => [
|
||||||
'servers' => $redisServers,
|
'servers' => $redisServers,
|
||||||
|
'sentinel_service' => env('REDIS_SENTINEL_SERVICE'),
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Reference in a new issue