Skip to content

Instantly share code, notes, and snippets.

@Vineshg
Created August 3, 2019 05:00
Show Gist options
  • Save Vineshg/1abb765c07d302a37555c53ba8bbc670 to your computer and use it in GitHub Desktop.
Save Vineshg/1abb765c07d302a37555c53ba8bbc670 to your computer and use it in GitHub Desktop.
{
"name": "redis-session-store",
"version": "1.0.0",
"description": "redis session storeage example",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"redis",
"session",
"store",
"load-balancer"
],
"author": "Rajesh B",
"license": "ISC",
"dependencies": {
"connect-redis": "^3.4.2",
"express": "^4.17.1",
"express-session": "^1.16.2",
"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