Tutorial: How to Build Apps Using Redis Streams

Redis Streams, a data structure available since Redis 5.0 enables you to use Redis Enterprise as a high-speed, in-memory, streaming database. Redis Streams can be used to collect and distribute data in many solutions in AI, IoT, fraud detection, messaging, and so on.
In this tutorial, you will learn not only how Redis Streams works, but also how to build a sample application that uses Redis Streams. The tutorial is organized into three chapters.