@fizz.js/node-redis
v1.0.0
Published
node-redis
Readme
@fizz.js/node-redis
This is a redis library for express.
install
add dependencies into package.json and run yarn install
configure
please put redis config into config/${env}.json
{
"redis": {
"enabled": true,
"host": "127.0.0.1",
"port": 6379,
"options": {
"no_ready_check": true
}
}
}test
yarn testcoverage
yarn coverbuild
yarn builddocs
yarn docs