Created
August 3, 2019 05:00
-
-
Save Vineshg/1abb765c07d302a37555c53ba8bbc670 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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