1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-09 00:22:08 +03:00
This commit is contained in:
Kyle
2015-07-16 11:02:25 -05:00
parent dc461f08d4
commit bc48c2b069

View File

@@ -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)`