https://github.com/betterstack-community/nodejs-redis-caching
https://github.com/betterstack-community/nodejs-redis-caching
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/betterstack-community/nodejs-redis-caching
- Owner: betterstack-community
- License: apache-2.0
- Created: 2024-11-18T12:21:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-19T11:09:07.000Z (over 1 year ago)
- Last Synced: 2025-04-07T23:24:44.256Z (about 1 year ago)
- Language: JavaScript
- Size: 51.8 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Redis Caching in Node.js
**Tutorial**:
[Redis Caching in Node.js](https://betterstack.com/community/guides/scaling-nodejs/nodejs-caching-redis/)
## 🟢 Prerequisites
- Prior Node.js development experience.
- A recent version of [Node.js](https://nodejs.org/en/download/) and
[npm](https://www.npmjs.com/get-npm) installed on your computer.
- [Docker](https://docs.docker.com/get-started/get-docker/) and
[SQlite](https://www.sqlite.org/download.html) installed.
## âš– License
The code used in this project and in the linked tutorial are licensed under the
[Apache License, Version 2.0](LICENSE)