Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robertobandini/node-redis-example-2
An example of Redis persistence using Node.js and Docker Compose
https://github.com/robertobandini/node-redis-example-2
Last synced: 18 days ago
JSON representation
An example of Redis persistence using Node.js and Docker Compose
- Host: GitHub
- URL: https://github.com/robertobandini/node-redis-example-2
- Owner: robertobandini
- Created: 2020-11-07T19:09:52.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-28T19:31:59.000Z (about 4 years ago)
- Last Synced: 2024-11-17T20:49:02.466Z (about 2 months ago)
- Language: JavaScript
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-redis-example-2
An example of Redis persistence using Node.js and Docker ComposeIn the previous example
https://www.robertobandini.it/2020/11/01/an-example-of-microservice-to-interact-with-redis-using-node-js-and-docker/
we have seen how to manually deploy with Docker a Node.js microservice to interact with Redis.Now let’s see how to simplify the deploy of this app using Docker Compose.
We will also take the opportunity to see how Redis persistence works.You can find any information on this post:
https://www.robertobandini.it/2020/11/07/an-example-of-redis-persistence-using-node-js-and-docker-compose/