Home WebServer PanelaaPanel Install and configure Redis on aaPanel

Install and configure Redis on aaPanel

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

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

I. Overview

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.

II. Implementation guide

To install Redis on the server and configure Redis with your website, you can follow these 2 steps.

Step 1: Install Redis and adjust the parameters .

To install Redis, you can do a quick installation by accessing the aaPanel admin page at the following link: http://IP:8888/ and login in with the information provided when installing aaPanel. If you accidentally forget this information, you can change it through the instructions below:

After successfully logging into aaPanel, go to

App Store => Deployment => Redis.

Install and configure Redis on aaPanel

Next, click confirm.

Install and configure Redis on aaPanel

The installation process will take about 10-15 minutes, you need to wait for the process to complete.

After the installation is complete, you need to adjust the maxmemory parameter on Redis by accessing the Setting section.

Redis2 1

At the configuration parameter table, select Performance tuning => maxmemory (RAM parameters used on Redis, I set up a maximum of 256MB) => Save.

Redis3

Step 2: Configure Redis with WordPress Website

To connect Redis to your WordPress website, you first need to find your website’s wp-config.php configuration file, insert the code below, and Save it.

AZDIGI Tutorial
define('WP_CACHE_KEY_SALT', 'string');
define('WP_CACHE', true);
    
Redis4

After adding the above code, you access the WordPress admin page and install the Redis Object Cache plugin as shown below:

Redis5

After installation is complete, you Activate Plugin and connect Redis as follows: Settings => Redis => Enable Object Cache

Redis6

If you receive the Connected message as below, it is successful.

Redis7

III. Summary

So in this article, AZDIGI has shown you how to install and configure Redis completely to help optimize your website and speed up page loading significantly. Hopefully, this article will help you do it successfully, helping your server as well as your website improve significantly in performance. If you find this helpful article, you can share it widely!

Đá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