roadrunner icon indicating copy to clipboard operation
roadrunner copied to clipboard

[💡 FEATURE REQUEST]: Redis driver for jobs

Open andrei-dascalu opened this issue 3 years ago • 5 comments

Plugin

JOBS

I have an idea!

I love that amqp and sqs are supported jobs drivers, but redis is also a fairly common queueing backend. It would be great to have support for redis as a jobs drivers.

andrei-dascalu avatar Jan 24 '22 12:01 andrei-dascalu

Hey @andrei-dascalu, thanks for the FR. We discussed internally this feature and agreed, that it should be done. Stay tuned, I'll notify you about the planned version for this feature.

rustatian avatar Jan 24 '22 12:01 rustatian

Excellent, it's fantastic to know it's already on the road map, looking forward it it. Thanks!

andrei-dascalu avatar Jan 24 '22 12:01 andrei-dascalu

Rcomendation to check out redis streams for that(symfony redis messenger implementation).

OO00O0O avatar Mar 02 '22 15:03 OO00O0O