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:
Ruben Bridgewater
2015-10-17 22:07:34 +02:00
parent da58a4ce2a
commit ce4a67bb74
2 changed files with 2 additions and 2 deletions

View File

@@ -175,7 +175,7 @@ port and host are probably fine and you don't need to supply any arguments. `cre
* `redis.createClient('redis://user:pass@host:port', options)`
* `redis.createClient(port, host, options)`
### `options` is an object with the following possible properties:
#### `options` is an object with the following possible properties:
* `host`: *127.0.0.1*; The host to connect to
* `port`: *6370*; The port to connect to
* `parser`: *hiredis*; Which Redis protocol reply parser to use. If `hiredis` is not installed it will fallback to `javascript`.

View File

@@ -1,6 +1,6 @@
{
"name": "redis",
"version": "2.2.3",
"version": "2.2.4",
"description": "Redis client library",
"keywords": [
"database",