Skip to content

Commit defec9c

Browse files
committed
fixed duplicate and typo
1 parent bc48c2b commit defec9c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,8 @@ port and host are probably fine and you don't need to supply any arguments. `cre
152152
* `redis.createClient()` is equivalent to `redis.createClient(6379, '127.0.0.1', {})`
153153
* `redis.createClient(options)` is equivalent to `redis.createClient(6379, '127.0.0.1', options)`
154154
* `redis.createClient(unix_socket, options)`
155-
* `redis.createClient(port, host, options)`
156155

157-
`options` in an object with the following possible properties:
156+
`options` is an object with the following possible properties:
158157

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

0 commit comments

Comments
 (0)