Skip to content

Commit

Permalink
docs(README): update doc link to connection options
Browse files Browse the repository at this point in the history
  • Loading branch information
luin committed Mar 16, 2022
1 parent 2dfda0d commit 247f86d
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 @@ -189,7 +189,7 @@ new Redis("redis://:authpassword@127.0.0.1:6380/4");
new Redis("redis://username:authpassword@127.0.0.1:6380/4");
```

See [API Documentation](http://luin.github.io/ioredis/classes/index.html#RedisOptions) for all available options.
See [API Documentation](http://luin.github.io/ioredis/index.html#RedisOptions) for all available options.

## Pub/Sub

Expand Down

0 comments on commit 247f86d

Please sign in to comment.