MasoniteFramework / masonite

The Modern And Developer Centric Python Web Framework. Be sure to read the documentation and join the Discord channel for questions: https://discord.gg/TwKeFahmPZ
http://docs.masoniteproject.com
MIT License
2.21k stars 126 forks source link

Add Redis queue driver #835

Open josephmancuso opened 3 weeks ago

josephmancuso commented 3 weeks ago

Is your feature request related to a problem?

Need to add a way to add queue jobs to a redis server.

What do we currently have to do now?

only add it to a database.

Describe the solution you'd like

Add a new RedisDriver to the available queue drivers.

Describe alternatives you've considered

No response

Would this be a breaking change ?

Anything else ?

No response