Level 67
Redis stores data in memory, which is why it's fast because it's not accessing the disk. Redis is basically an in-memory database. If you want to get data, you have to query it. https://laravel.com/docs/5.7/cache#cache-usage
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
the cache driver is set to redis. But I don't see laravel save anything, but Telescope still shows some cache is being hit. Where is the cache?
Screenshot ( https://imgur.com/9B2QKLG )
Please or to participate in this conversation.