From 713151467e9b8b944fd55fb25e0391aace06d96c Mon Sep 17 00:00:00 2001 From: ajk Date: Mon, 18 Jan 2016 14:33:37 -0800 Subject: [PATCH] Fix the port number in Readme to 6379 instead of 6370 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a60486b48..a88332e422 100644 --- a/README.md +++ b/README.md @@ -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`.