Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 766 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 766 Bytes

Microservice in golang, using Redis and gRPC

This is the code based on this article :

https://medium.com/@felipe.infantino.moreno/microservice-in-golang-using-redis-and-grpc-865587aa260c

Idea:

This is a microservice that handles basic operations, SET, UPDATE and DELETE using Redis as a database and gRPC as communication architecture.

Usage:

git clone https://github.com/felipeinfantino/microservice-golang.git

then

docker-compose up

This is just the server . To test it out use BloomRPC

Check out the article to deep understand what is written in this repo. Feel free to make a pull request