Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
Just fixed jump to redis.createClient options in node_redis readme.
  • Loading branch information
iamsebastian committed May 21, 2015
1 parent b26dd61 commit 3b3237a
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 3b3237a

Please sign in to comment.