https://github.com/thinkswan/express-redis-cache
An Express app that caches data in Redis.
https://github.com/thinkswan/express-redis-cache
express javascript node redis tutorial
Last synced: 12 months ago
JSON representation
An Express app that caches data in Redis.
- Host: GitHub
- URL: https://github.com/thinkswan/express-redis-cache
- Owner: thinkswan
- Created: 2019-08-22T13:10:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-09T15:24:57.000Z (almost 5 years ago)
- Last Synced: 2025-01-03T19:24:13.438Z (about 1 year ago)
- Topics: express, javascript, node, redis, tutorial
- Language: JavaScript
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# express-redis-cache
An Express app that caches data in Redis.
Based on the following tutorial: [Traversy Media: Redis Caching in Node.js](https://www.youtube.com/watch?v=oaJq1mQ3dFI)
## Get started
```
brew install redis
yarn
yarn start
open http://localhost:5000/repos/
```