fast-redis-cluster2
Version:
Fast trully async redis cluster client library with HA support, can handle reshard, failovers etc...
33 lines (32 loc) • 867 B
JSON
{
"name": "fast-redis-cluster2",
"version": "2.0.13",
"description": "Fast trully async redis cluster client library with HA support, can handle reshard, failovers etc...",
"author": "Arseniy Pavlenko <h0x91b@gmail.com>",
"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": "git@github.com: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"
}