Fix #5020
This commit is contained in:
parent
01c4d0c6ef
commit
f963bfd3b8
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ export default redis.createClient(
|
||||||
config.redis.port,
|
config.redis.port,
|
||||||
config.redis.host,
|
config.redis.host,
|
||||||
{
|
{
|
||||||
auth_pass: config.redis.pass,
|
password: config.redis.pass,
|
||||||
prefix: config.redis.prefix,
|
prefix: config.redis.prefix,
|
||||||
db: config.redis.db || 0
|
db: config.redis.db || 0
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue