DeveloperCM's avatar

Task Scheduling utilizing Redis not working

I came across this issue that when I tried to run a service provider in task scheduling, it would yield:

[Symfony\Component\Debug\Exception\FatalThrowableError] Class 'Redis' not found

I was able to run other task scheduling that doesn't use Redis. Also, I can use this particular service provider in a controller.

Also, what's a good practice for loading data onto Redis on a daily basis?

0 likes
1 reply

Please or to participate in this conversation.