Skip to content

Commit

Permalink
v.2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben Bridgewater committed Oct 17, 2015
1 parent da58a4c commit ce4a67b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -175,7 +175,7 @@ port and host are probably fine and you don't need to supply any arguments. `cre
* `redis.createClient('redis://user:pass@host:port', options)`
* `redis.createClient(port, host, options)`

### `options` is an object with the following possible properties:
#### `options` is an object with the following possible properties:
* `host`: *127.0.0.1*; The host to connect to
* `port`: *6370*; The port to connect to
* `parser`: *hiredis*; Which Redis protocol reply parser to use. If `hiredis` is not installed it will fallback to `javascript`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "redis",
"version": "2.2.3",
"version": "2.2.4",
"description": "Redis client library",
"keywords": [
"database",
Expand Down

0 comments on commit ce4a67b

Please sign in to comment.