Skip to content

Commit

Permalink
Merge pull request #622 from iamsebastian/patch-1
Browse files Browse the repository at this point in the history
fix link to node_redis client options
  • Loading branch information
behrad committed May 21, 2015
2 parents b26dd61 + 3b3237a commit 1d5c01d
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 @@ -567,7 +567,7 @@ var q = kue.createQueue({
socket: '/data/sockets/redis.sock',
auth: 'password',
options: {
// see https://github.com/mranney/node_redis#rediscreateclientport-host-options
// see https://github.com/mranney/node_redis#rediscreateclient
}
}
});
Expand Down

0 comments on commit 1d5c01d

Please sign in to comment.