imTigger / laravel-job-status

Add ability to track Job progress, status and result dispatched to Queue.
MIT License
407 stars 60 forks source link

Use Redis as driver #28

Closed proclnas closed 5 years ago

proclnas commented 5 years ago

Hi, how can i use Redis as driver with laravel-job-status? I didn't found an easy way to do.

Thanks

proclnas commented 5 years ago

i've used normal database to bootstrap the lib.

Thanks