Change REDIS_HOST=redis
to
REDIS_HOST=localhost
, it is looking for a host named redis
and not finding it, since redis is installed on the same machine you should use localhost
or 127.0.0.1
.
Once you've done this, make sure you reload the .env config - php artisan config:clear