Skip to content

Commit 87c8ddf

Browse files
Merge pull request #14 from Mweydert/patch-1
doc: fix example on connection with username
2 parents af018ee + 405362c commit 87c8ddf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ module.exports = {
184184
host: '127.0.0.1',
185185
port: 6379,
186186
db: 0,
187-
user: 'username',
187+
username: 'username',
188188
password: 'secret',
189189
// @see https://github.com/luin/ioredis#tls-options
190190
tls: {

0 commit comments

Comments
 (0)