Redis uses query parameter "db", not "database"

This commit is contained in:
Kristian Løining 2020-11-17 13:41:29 +01:00
parent cafd21a0da
commit 904a97c76f
1 changed files with 1 additions and 1 deletions

View File

@ -500,7 +500,7 @@ class RedisChannelManager extends LocalChannelManager
}
if ($config['database']) {
$query['database'] = $config['database'];
$query['db'] = $config['database'];
}
$query = http_build_query($query);