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