UNPKG

node-redis-wrapper

Version:

A small, promise-based, pooled wrapper for the `redis` module: we re-use the same code across a bunch of modules, hence this abstraction.

32 lines (31 loc) 707 B
{ "name": "node-redis-wrapper", "version": "0.1.2", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/namshi/node-redis-wrapper.git" }, "keywords": [ "swag", "redis", "namshi", "wrapper", "pooling" ], "author": "Alex Nadalin <alessandro.nadalin@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/namshi/node-redis-wrapper/issues" }, "homepage": "https://github.com/namshi/node-redis-wrapper#readme", "dependencies": { "generic-pool": "^3.1.7", "lodash": "^4.17.4", "redis": "^2.7.1" } }