add support for redis username

This commit is contained in:
Robin Appelman 2022-12-28 14:59:54 +01:00
commit 07af6dccd0
3 changed files with 11 additions and 4 deletions

View file

@ -12,6 +12,7 @@ $CONFIG = [
'host' => 'redis',
'dbindex' => 1,
'port' => 1234,
'user' => 'name',
'password' => 'moresecret'
]
];