File tree 2 files changed +2
-2
lines changed
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
175
175
* ` redis.createClient('redis://user:pass@host:port', options) `
176
176
* ` redis.createClient(port, host, options) `
177
177
178
- ### ` options ` is an object with the following possible properties:
178
+ #### ` options ` is an object with the following possible properties:
179
179
* ` host ` : * 127.0.0.1* ; The host to connect to
180
180
* ` port ` : * 6370* ; The port to connect to
181
181
* ` 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 1
1
{
2
2
"name" : " redis" ,
3
- "version" : " 2.2.3 " ,
3
+ "version" : " 2.2.4 " ,
4
4
"description" : " Redis client library" ,
5
5
"keywords" : [
6
6
" database" ,
You can’t perform that action at this time.
0 commit comments