You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: