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