You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -175,7 +175,7 @@ port and host are probably fine and you don't need to supply any arguments. `cre
175
175
176
176
#### `options` is an object with the following possible properties:
177
177
*`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
179
179
*`path`: *null*; The unix socket string to connect to
180
180
*`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))
181
181
*`parser`: *hiredis*; Which Redis protocol reply parser to use. If `hiredis` is not installed it will fallback to `javascript`.
0 commit comments