File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed 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
175175* ` redis.createClient('redis://user:pass@host:port', options) `
176176* ` redis.createClient(port, host, options) `
177177
178- ### ` options ` is an object with the following possible properties:
178+ #### ` options ` is an object with the following possible properties:
179179* ` host ` : * 127.0.0.1* ; The host to connect to
180180* ` port ` : * 6370* ; The port to connect to
181181* ` parser ` : * hiredis* ; Which Redis protocol reply parser to use. If ` hiredis ` is not installed it will fallback to ` javascript ` .
Original file line number Diff line number Diff line change 11{
22 "name" : " redis" ,
3- "version" : " 2.2.3 " ,
3+ "version" : " 2.2.4 " ,
44 "description" : " Redis client library" ,
55 "keywords" : [
66 " database" ,
You can’t perform that action at this time.
0 commit comments