Skip to content

Commit

Permalink
Merge pull request #955 from ajayk/master
Browse files Browse the repository at this point in the history
 Fix the port number in Readme to 6379 instead of 6370
  • Loading branch information
stockholmux committed Jan 18, 2016
2 parents 250ac19 + 7131514 commit f7f3e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -175,7 +175,7 @@ port and host are probably fine and you don't need to supply any arguments. `cre

#### `options` is an object with the following possible properties:
* `host`: *127.0.0.1*; The host to connect to
* `port`: *6370*; The port to connect to
* `port`: *6379*; The port to connect to
* `path`: *null*; The unix socket string to connect to
* `url`: *null*; The redis url to connect to (`[redis:]//[user][:password@][host][:port][/db-number][?db=db-number[&password=bar[&option=value]]]` For more info check [IANA](http://www.iana.org/assignments/uri-schemes/prov/redis))
* `parser`: *hiredis*; Which Redis protocol reply parser to use. If `hiredis` is not installed it will fallback to `javascript`.
Expand Down

0 comments on commit f7f3e9a

Please sign in to comment.