1.0.0 • Published 4 years ago
@fizz.js/node-redis v1.0.0
@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 test
coverage
yarn cover
build
yarn build
docs
yarn docs
1.0.0
4 years ago