Skip to content

Commit 7131514

Browse files
committed
Fix the port number in Readme to 6379 instead of 6370
1 parent 250ac19 commit 7131514

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
@@ -175,7 +175,7 @@ port and host are probably fine and you don't need to supply any arguments. `cre
175175

176176
#### `options` is an object with the following possible properties:
177177
* `host`: *127.0.0.1*; The host to connect to
178-
* `port`: *6370*; The port to connect to
178+
* `port`: *6379*; The port to connect to
179179
* `path`: *null*; The unix socket string to connect to
180180
* `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))
181181
* `parser`: *hiredis*; Which Redis protocol reply parser to use. If `hiredis` is not installed it will fallback to `javascript`.

0 commit comments

Comments
 (0)