Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/robertobandini/node-redis-example-1
- Owner: robertobandini
- Created: 2020-10-31T17:59:58.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-28T19:31:41.000Z (about 4 years ago)
- Last Synced: 2024-11-17T20:49:02.443Z (about 2 months ago)
- Topics: docker, nodejs, redis
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-redis-example-1
An example of microservice to interact with Redis using Node.js and DockerIn 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/