Problem
You want to speed up your application using a cache.
Solution
Install Redis
$ sudo apt-get install -y redis-server
Discussion
Now you can configure your cache to use your redis server.
See See Setting up the Redis Cache Driver for instructions.
