Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# node-redis-example-2
An example of Redis persistence using Node.js and Docker Compose

In 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/