Set up Redis Cache for Xenforo 2 on Debian 12

Set up Redis Cache for Xenforo 2 on Debian 12

Set-up-Redis-Cache-for-Xenforo-2-on-Debian.webp


Step 1: Install Redis Server
BASH:
You must log in to view
(1 lines)

Open file etc/redis/redis.conf
Find and change the following 2 parameters:
Code:
You must log in to view
(2 lines)

Restart:
BASH:
You must log in to view
(1 lines)

Step 2: Enable Redis Cache for Xenforo 2
Open file src/config.php

Add the following code at the end:
PHP:
You must log in to view
(8 lines)

Remember to change yourpassword to the password set in step 1.

Done.!
Read more:

 
Back
Top Bottom