Redis Streams is an append-only log data type with ordered entries, range reads, trimming and consumer-group processing.
activecanonicalv1.0.0
Role
Redis Streams stores ordered entries in an append-only structure and supports multiple consumption patterns, including consumer groups and pending-entry tracking.
Use
It can support task distribution, event projections, integration streams and real-time processing when Redis fits the operational scale and durability requirements.
References
See the official Redis Streams documentation and Event-Driven Architecture.