Skip to content

Commit ca3fa64

Browse files
Merge pull request #415 from Float07/patch-1
Fix URL to Redis configuration documentation
2 parents bbe56cf + 1caea0c commit ca3fa64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Configure it via Meteor settings:
5353
```
5454

5555
To see what you can configure under `"redis": {}` take a look here:
56-
https://www.npmjs.com/package/redis#options-object-properties
56+
https://github.com/redis/node-redis/blob/HEAD/docs/client-configuration.md
5757

5858
```bash
5959
meteor run --settings settings.json

0 commit comments

Comments
 (0)