You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-09 00:22:08 +03:00
fix typo
This commit is contained in:
@@ -145,7 +145,7 @@ resume sending when you get `drain`.
|
||||
|
||||
## redis.createClient()
|
||||
If you have `redis-server` running on the same computer as node, then the defaults for
|
||||
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.
|
||||
|
||||
### overloading
|
||||
* `redis.createClient(port,host,options)`
|
||||
|
Reference in New Issue
Block a user