Embed presentation
Download to read offline










Redis is an in-memory data store that uses key-value structures to store data in RAM, making it very fast. It is traditionally used as a caching layer but supports different data types including strings, hashes, lists, sets and sorted sets. To use Redis with Laravel, developers install the predis/predis Composer package, install Redis via Homebrew, start the Redis server, and can then interact with it via the Redis CLI or RedInsight GUI.









