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-1

An example of microservice to interact with Redis using Node.js and Docker
https://github.com/robertobandini/node-redis-example-1

docker nodejs redis

Last synced: 18 days ago
JSON representation

An example of microservice to interact with Redis using Node.js and Docker

Awesome Lists containing this project

README

        

# node-redis-example-1
An example of microservice to interact with Redis using Node.js and Docker

In this really basic example I show how is simple to write a microservice in Node.js to get and set key value pairs on Redis and to deploy them using Docker containers.

You can find any information on this post:
https://www.robertobandini.it/2020/11/01/an-example-of-microservice-to-interact-with-redis-using-node-js-and-docker/