This is a supplimental code for a 3-part series, where we will explore how to use Redis streams with NestJS.
To see the articles please go to:
- Part 1 - Setting up the NestJS application and connecting to Redis
- Part 2 - Populating Redis streams and reading from in fan-out mode
- Part 3 - Using consumer groups to handle one stream from multiple actors in a way that one message is sent to and processed only by a single actor (consumer)
Same story published on dev.to: