Skip to content

Instantly share code, notes, and snippets.

@2pai
Last active August 5, 2019 15:08
Show Gist options
  • Save 2pai/958307fc42718756226a8af3d366580b to your computer and use it in GitHub Desktop.
Save 2pai/958307fc42718756226a8af3d366580b to your computer and use it in GitHub Desktop.
{
"name": "caching-redis-example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "2pai",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"dotenv": "^8.0.0",
"express": "^4.17.1",
"mongoose": "^5.6.8",
"node-fetch": "^2.6.0",
"redis": "^2.8.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment