UNPKG

redispool-js

Version:

wrapper nodejs redis client which pooling many connections

31 lines (30 loc) 653 B
{ "name": "redispool-js", "version": "1.0.1", "description": "wrapper nodejs redis client which pooling many connections", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/namdn/redispool-js.git" }, "keywords": [ "redis", "redis-client", "client", "pool", "wrapper" ], "author": "dinhnhonam@gmail.com", "license": "MIT", "bugs": { "url": "https://github.com/namdn/redispool-js/issues" }, "homepage": "https://github.com/namdn/redispool-js#readme", "dependencies": { "bluebird": "^3.5.1", "redis": "^2.8.0" } }