-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
32 lines (32 loc) · 867 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "fast-redis-cluster2",
"version": "2.0.12",
"description": "Fast trully async redis cluster client library with HA support, can handle reshard, failovers etc...",
"author": "Arseniy Pavlenko <[email protected]>",
"main": "./index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"bench": "matcha benchmarks/*.js"
},
"dependencies": {},
"optionalDependencies": {
"redis-fast-driver": "latest"
},
"repository": {
"type": "git",
"url": "[email protected]:h0x91b/fast-redis-cluster.git#remake"
},
"bugs": {
"url": "https://github.com/h0x91b/fast-redis-cluster/issues"
},
"homepage": "https://github.com/h0x91b/fast-redis-cluster",
"devDependencies": {
"ioredis": "^4.27.9",
"redis": "^4.0.0-rc.1"
},
"keywords": [
"redis",
"redis-cluster"
],
"license": "ISC"
}