Skip to content

Commit ce4a67b

Browse files
author
Ruben Bridgewater
committed
v.2.2.4
1 parent da58a4c commit ce4a67b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
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
* `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`.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redis",
3-
"version": "2.2.3",
3+
"version": "2.2.4",
44
"description": "Redis client library",
55
"keywords": [
66
"database",

0 commit comments

Comments
 (0)