promise-redis
Version:
Tiny library that adds promise awareness to node_redis
25 lines (24 loc) • 528 B
JSON
{
"name": "promise-redis",
"version": "0.0.5",
"description": "Tiny library that adds promise awareness to node_redis",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/maxbrieiev/promise-redis"
},
"keywords": [
"redis",
"promise",
"when",
"q",
"bluebird",
"then"
],
"author": "Maksym Brieiev",
"license": "MIT",
"dependencies": {
"redis": "*",
"redis-commands": "*"
}
}