Allow redis credentials be URL-decoded before passing them to connection

This commit is contained in:
Alejandro Celaya
2023-11-23 11:22:23 +01:00
parent 0511c73cc8
commit df57ca5edb
6 changed files with 9 additions and 4 deletions

View File

@@ -11,6 +11,7 @@ return (static function (): array {
'redis' => [
'servers' => $redisServers,
'sentinel_service' => EnvVars::REDIS_SENTINEL_SERVICE->loadFromEnv(),
'decode_credentials' => (bool) EnvVars::REDIS_DECODE_CREDENTIALS->loadFromEnv(false),
],
];