@fizz.js/node-redis
v1.0.0
Published
node-redis
Downloads
1
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 test
coverage
yarn cover
build
yarn build
docs
yarn docs