UNPKG

@kensingtontech/recacheman-redis

Version:

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

17 lines (16 loc) 245 B
sudo: false language: node_js node_js: - "node" - "12" - "10" services: - redis before_install: - export TZ=Asia/Jakarta - npm install -g npm@latest install: - npm install --dev script: - npm test after_success: npm run coverage