forked from h0x91b/fast-redis-cluster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 862 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
33
{
"name": "fast-redis-cluster2",
"version": "2.0.11",
"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": {
"redis": "^2.8.0"
},
"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": {
"matcha": "^0.7.0"
},
"keywords": [
"redis",
"redis-cluster"
],
"license": "ISC"
}