Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 18 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: mit
- Created: 2018-02-05T09:05:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-07T13:57:24.000Z (over 5 years ago)
- Last Synced: 2024-12-09T12:30:49.977Z (2 months ago)
- Topics: express, express-js, expressjs, node-js, nodejs, redis, redis-client, redis-clients, redis-server, redis-store
- Language: JavaScript
- Size: 22.5 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``