Redis is a separate program, an in-memory key-value store. It can be used as a driver for a lot of things in Laravel, such as sessions, cache, and queues. You'd use it for the performance benefits.
If you want to use Redis, you need to install and run it separately. I also recommend installing and using the phpredis extension instead of the predis/predis package, since the extension is a lot faster.