Skip to content

Commit

Permalink
fixed duplicate and typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stockholmux committed Jul 16, 2015
1 parent bc48c2b commit defec9c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,8 @@ port and host are probably fine and you don't need to supply any arguments. `cre
* `redis.createClient()` is equivalent to `redis.createClient(6379, '127.0.0.1', {})`
* `redis.createClient(options)` is equivalent to `redis.createClient(6379, '127.0.0.1', options)`
* `redis.createClient(unix_socket, options)`
* `redis.createClient(port, host, options)`

`options` in an object with the following possible properties:
`options` is an object with the following possible properties:

* `parser`: which Redis protocol reply parser to use. Defaults to `hiredis` if that module is installed.
This may also be set to `javascript`.
Expand Down

0 comments on commit defec9c

Please sign in to comment.