redis-request-reply
Version:
redis api that provides lot of features
42 lines (41 loc) • 868 B
JSON
{
"name": "redis-request-reply",
"version": "1.4.1",
"description": "redis api that provides lot of features",
"main": "app.js",
"dependencies": {
"collections": "^5.0.4",
"guid": "^0.0.12",
"ioredis": "^1.15.1",
"node-uuid": "^1.4.7",
"rxjs": "^5.0.0-beta.9"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Maty Zisserman",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/maty21/extraRedis.git"
},
"keywords": [
"redis",
"rx",
"rx.js",
"producer",
"consumer",
"request",
"reply",
"pub",
"sub",
"publish",
"subscribe",
"filter"
],
"bugs": {
"url": "https://github.com/maty21/extraRedis/issues"
},
"homepage": "https://github.com/maty21/extraRedis#readme"
}