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 dc461f0 commit bc48c2bCopy full SHA for bc48c2b
README.md
@@ -145,7 +145,7 @@ resume sending when you get `drain`.
145
146
## redis.createClient()
147
If you have `redis-server` running on the same computer as node, then the defaults for
148
-port and host are probably fine and you don't need to supply any arguments. `createClient()` returns a `RedisClient`.
+port and host are probably fine and you don't need to supply any arguments. `createClient()` returns a `RedisClient` object.
149
150
### overloading
151
* `redis.createClient(port,host,options)`
0 commit comments