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

@@ -32,6 +32,7 @@ return [
Option\Worker\TaskWorkerNumConfigOption::class,
Option\Worker\WebWorkerNumConfigOption::class,
Option\Redis\RedisServersConfigOption::class,
Option\Redis\RedisDecodeCredentialsConfigOption::class,
Option\Redis\RedisSentinelServiceConfigOption::class,
Option\Redis\RedisPubSubConfigOption::class,
Option\UrlShortener\ShortCodeLengthOption::class,