Brighter icon indicating copy to clipboard operation
Brighter copied to clipboard

Redis Streams

Open iancooper opened this issue 3 years ago • 0 comments

The existing notification-based queues work using the ServiceStack client, which is not free at scale. Redis Streams provide a good alternative to this that we can use. It is a streams model, similar to Kafka but we can support that in a producer-consumer model

iancooper avatar Mar 29 '21 09:03 iancooper