This commit is contained in:
syuilo 2019-06-09 23:07:32 +09:00
parent 2820f6a621
commit 65d359b57a
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -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
}