Redis – Properly cache a type-hinted model in Laravel
I'm using Redis to cache different parts of my app. My goal is to not make a database query when the user is not logged in, as the app's content don't get updated regularly. I cache the archive queries in…