Laravel workers not reading .env changes
When using Redis caching in Laravel (5.3), make sure that you manually delete bootstrap/cache/config.php
if you want Redis to start being used and your artisan cache:clear
commands to have any effect.
I spotted this because my workers werenβt picking up changes to my .env
file.