Is your feature request related to a problem? Please describe.
Currently, in the docs, Redis can be used for messaging. Apparently, only Redis pub/sub is supported which does not guarantee delivery to consumers
Describe the solution you'd like
I'd like marblejs to support Redis Streams for messaging
Describe alternatives you've considered
Rolling out my own implementation on top of Redis Streams somehow or just using AMQP
Is your feature request related to a problem? Please describe. Currently, in the docs, Redis can be used for messaging. Apparently, only Redis pub/sub is supported which does not guarantee delivery to consumers
Describe the solution you'd like I'd like marblejs to support Redis Streams for messaging
Describe alternatives you've considered Rolling out my own implementation on top of Redis Streams somehow or just using AMQP