Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.16 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.16 KB

Redis Saves

Project to demonstrate how Redis can be used to prevent duplicate message consumption.


  • Start stack with docker compose up -d or podman-compose up -d.
  • Open two terminals and run:
    • [First Terminal]: make app-consumer
    • [Second Terminal]: make app-publisher

Video

Watch the video