The absolute basics of using Redis with Laravel. Just a session driver?

What does Redis even do? Apart from telling Laravel you want to use Redis as a session driver and just have magic happen behind the scenes, is there anything else that you can use Redis for within Laravel? Let’s take a look at the absolute basics and see if we get some ideas.
Back to Top