Skip to content

Commit

Permalink
what
Browse files Browse the repository at this point in the history
  • Loading branch information
143mailliw committed Apr 10, 2021
1 parent 592f086 commit 4a42e4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ connect(url, {
host: process.env.REDIS_SERVER,
port: Number(process.env.REDIS_PORT),
password: process.env.REDIS_PASSWORD,
username: process.env.REDIS_USERNAME
username: process.env.REDIS_USERNAME,
tls: {}
}) : undefined)
});

Expand Down

0 comments on commit 4a42e4c

Please sign in to comment.