@segment/redis-clustr
Version:
Redis cluster client
39 lines (38 loc) • 924 B
JSON
{
"name": "@segment/redis-clustr",
"version": "1.8.2",
"description": "Redis cluster client",
"main": "src/RedisClustr.js",
"keywords": [
"redis",
"cluster",
"database"
],
"bugs": {
"url": "https://github.com/gosquared/redis-clustr/issues"
},
"contributors": [
"GoSquared <support+npm@gosquared.com> (https://www.gosquared.com)",
"James Taylor <jt@gosquared.com> (https://www.gosquared.com)",
"Simon Tabor <me@simontabor.com> (http://simontabor.com/)"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/gosquared/redis-clustr.git"
},
"scripts": {
"test": "mocha test/test.js",
"benchmark": "node benchmark/"
},
"dependencies": {
"cluster-key-slot": "^1.1.0",
"denque": "^1.4.1",
"redis": "^3.0.2"
},
"devDependencies": {
"benchmark": "^2.1.1",
"js-beautify": "^1.5.10",
"mocha": "^2.3.4"
}
}