UNPKG

@kensingtontech/recacheman-redis

Version:

Redis standalone caching library for Node.JS and also cache engine for Cacheman

37 lines (36 loc) 917 B
{ "name": "@kensingtontech/recacheman-redis", "version": "2.1.6", "description": "Redis standalone caching library for Node.JS and also cache engine for Cacheman", "author": "Timothy Underhay <tim.underhay@knowledgekta.com>", "main": "./src/index", "scripts": { "test": "nyc --reporter=html --reporter=text mocha --exit", "coverage": "nyc report --reporter=text-lcov | coveralls", "publish": "npm publish . --access public" }, "repository": { "type": "git", "url": "git@github.com:KensingtonTech/recacheman-redis.git" }, "keywords": [ "cache", "redis", "caching", "store", "ttl", "cacheman" ], "license": "MIT", "devDependencies": { "coveralls": "^3.1.0", "mocha": "^8.2.1", "mocha-lcov-reporter": "^1.3.0", "nyc": "^15.1.0" }, "dependencies": { "each": "1.2.1", "parse-redis-url": "0.0.2", "redis": "^3.0.2" } }