We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc48c2b commit defec9cCopy full SHA for defec9c
README.md
@@ -152,9 +152,8 @@ port and host are probably fine and you don't need to supply any arguments. `cre
152
* `redis.createClient()` is equivalent to `redis.createClient(6379, '127.0.0.1', {})`
153
* `redis.createClient(options)` is equivalent to `redis.createClient(6379, '127.0.0.1', options)`
154
* `redis.createClient(unix_socket, options)`
155
-* `redis.createClient(port, host, options)`
156
157
- `options` in an object with the following possible properties:
+ `options` is an object with the following possible properties:
158
159
* `parser`: which Redis protocol reply parser to use. Defaults to `hiredis` if that module is installed.
160
This may also be set to `javascript`.
0 commit comments