Home AZDIGI GuideHosting How to enable Redis Cache on SEO Hosting

How to enable Redis Cache on SEO Hosting

by Thạch Phạm
Published: Last Updated on
A+A-
Reset

In this article, AZDIGI will guide you on how to install Redis on a server using aaPanel and how to configure Redis with WordPress Website to optimize, increase load capacity and help improve site loading speed better.

What is Redis?

Redis is an open-source software used to store structured data, which can be used as a database, cache, or message broker. It is a very powerful and popular KEY-VALUE data storage system today. Redis stands out because it supports many basic data structures such as hash, list, set, sorted set, string. All data is recorded and stored in RAM, so data read and write speed will be very fast. For details on installation and configuration steps, please see below.

Note: This Redis Socket feature is only available on DirectAdmin Pro Pack. Regular DirectAdmin licenses will not have this feature.

Enable Redis on SEO Hosting

To install Redis, you need to log in to your SEO Hosting, if you forget your information, you can reset the information according to the instructions below:

After successfully logging in to SEO Hosting, you access Advanced Features => Redis

enable Redis Cache on SEO Hosting

You will see the status is Disabled, you click this button to enable Redis.

enable Redis Cache on SEO Hosting

You wait a few seconds for the system to activate Redis, now you will see the system provides a socket segment (red circled)

enable Redis Cache on SEO Hosting

Next, go to Select PHP Version and make sure that Extension redis on PHP is enabled.

enable Redis Cache on SEO Hosting
enable Redis Cache on SEO Hosting

Configure Redis Cache to WordPress Website

Step 1: Add Redis Configuration

You need to open wp-config.php file and add below code below <?php

enable Redis Cache on SEO Hosting
/**AZDIGI Redis Cache**/
define('WP_REDIS_SCHEME', 'unix');
define('WP_REDIS_PATH','/home/username/redis/redis.sock');
define('WP_REDIS_CLIENT', 'pecl');
define('WP_CACHE_KEY_SALT', 'nhập vào tên miền của bạn');
define('WP_REDIS_MAXTTL', '900');
define('WP_REDIS_SELECTIVE_FLUSH', true);

Remember to edit the two parts WP_REDIS_PATH and WP_CACHE_KEY_SALT to the path of your redis.sock file and your domain, as shown in the example below:

enable Redis Cache on SEO Hosting

Step 2: Install the Plugin and Activate Redis

If you are using the free WP-Rocket plugin offered by AZDIGI (or cache plugins that don’t support Object Cache), you can add Redis by installing the Redis Object Cache plugin. AZDIGI recommends that you install the above Plugin to configure the Object Cache instead of configuring it directly into the Plugin (with Object Cache support), this will reduce some errors or warnings related to Memory.

enable Redis Cache on SEO Hosting

After installation is complete, go to Plugins => click Enable Object Cache to activate.

enable Redis Cache on SEO Hosting

If the screen shown below, you have successfully activated Redis.

enable Redis Cache on SEO Hosting

Thus, AZDIGI has shown you how to enable Redis cache on SEO Hosting service and connect to the WordPress website very simply. Configuring the use of Redis cache will help your website increase its load capacity, helping it operate stably and have a faster access speed.

You can refer to other instructions at the link below:

If you need assistance, you can contact support in the ways below:

Đánh giá

Tham gia nhóm hỗ trợ Server - Hosting

Tham gia nhóm Hỗ trợ Server - Hosting & WordPress để cùng nhau hỏi đáp và hỗ trợ các vấn đề về WordPress, tối ưu máy chủ/server.

Tham gia ngay

Bài viết cùng chuyên mục

AZDIGI – Không chỉ là đơn vị hàng đầu trong lĩnh vực Web Hosting và Máy chủ, chúng tôi mong muốn mang lại những kiến thức bổ ích nhất và luôn cập nhật thường xuyên cho cộng đồng người đam mê thiết kế website, công nghệ,…

Vui lòng không sao chép nội dung nếu chưa xin phép. Designed and Developed by PenciDesign