Skip to content

Commit

Permalink
Merge pull request #14 from Mweydert/patch-1
Browse files Browse the repository at this point in the history
doc: fix example on connection with username
  • Loading branch information
derrickmehaffy authored Mar 2, 2023
2 parents af018ee + 405362c commit 87c8ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ module.exports = {
host: '127.0.0.1',
port: 6379,
db: 0,
user: 'username',
username: 'username',
password: 'secret',
// @see https://github.com/luin/ioredis#tls-options
tls: {
Expand Down

0 comments on commit 87c8ddf

Please sign in to comment.