https://github.com/fsojitra/redis-and-node.js-expressjs-example
Storing data in redis using expressjs displaying data from redis
https://github.com/fsojitra/redis-and-node.js-expressjs-example
express express-js expressjs node-js nodejs redis redis-client redis-clients redis-server redis-store
Last synced: 27 days ago
JSON representation
Storing data in redis using expressjs displaying data from redis
- Host: GitHub
- URL: https://github.com/fsojitra/redis-and-node.js-expressjs-example
- Owner: fsojitra
- License: gpl-3.0
- Created: 2018-02-05T09:05:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-05T04:08:28.000Z (over 1 year ago)
- Last Synced: 2025-03-29T09:16:13.929Z (about 1 year ago)
- Topics: express, express-js, expressjs, node-js, nodejs, redis, redis-client, redis-clients, redis-server, redis-store
- Language: JavaScript
- Size: 37.1 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Redis-and-Node.js-expressjs-example
Storing data in redis using expressjs displaying data from redis
# Prerequisite
- You need to have Node.js, Redis-server installed in your local system to run this code
https://nodejs.org/en/download/
https://github.com/ServiceStack/redis-windows
#To run code
You need to clone this repository then do
``npm install``
after that
``nodemon server.js``