background preloader

Redis

Facebook Twitter

Cache

Redis - Laravel - The PHP Framework For Web Artisans. Introduction Redis is an open source, advanced key-value store.

Redis - Laravel - The PHP Framework For Web Artisans

It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets, and sorted sets. Before using Redis with Laravel, you will need to install the predis/predis package via Composer: composer require predis/predis Alternatively, you may install the PhpRedis PHP extension via PECL.

LearnRedis. Make your Laravel site 6x faster using Redis as caching server. How I accomplished 6x faster loading of Laravel site in 15 minutes.

Make your Laravel site 6x faster using Redis as caching server

I like when my story/tutorial is backed up with genuine examples from real projects. So for this one I will use Codingo Tuts site as foundation, and I will show you some pieces of code that were or are still active on the site. Command reference – Redis.