You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-09 00:22:08 +03:00
v.2.2.4
This commit is contained in:
@@ -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`.
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "redis",
|
||||
"version": "2.2.3",
|
||||
"version": "2.2.4",
|
||||
"description": "Redis client library",
|
||||
"keywords": [
|
||||
"database",
|
||||
|
Reference in New Issue
Block a user