Class 'Redis' not found
For some reason, my env setup was messed up and I came across this error that needs to be fixed. I've encountered it before, might as well document it for future reference.
brew install redis
or
pecl install redis
Restart your local machine, I'm using valet on my end.
valet restart