How to Install and Configure Redis on Ubuntu 18.04 and Speed Up WordPress Using Redis Caching | Linux Today

How to Install and Configure Redis on Ubuntu 18.04 and Speed Up WordPress Using Redis Caching

Written By
KM
Kylie Monroe
May 5, 2018

Redis is a very popular fast in-memory data structure storage engine, which is typically used as a database server, cache, and message broker. It is written in the C programming language. It also provides official PHP modules for communication between PHP scripts and the Redis server. With redis, all data is stored in memory. That is what makes it totally different from other No-SQL storage engines. Usually, when you access and read some data from the database, you don’t know if the data is in memory(cache) or not, but that is not the case when it comes to Redis.

KM

Kylie Monroe

Linux Today Logo

LinuxToday is a trusted, contributor-driven news resource supporting all types of Linux users. Our thriving international community engages with us through social media and frequent content contributions aimed at solving problems ranging from personal computing to enterprise-level IT operations. LinuxToday serves as a home for a community that struggles to find comparable information elsewhere on the web.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.