• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Official Redis Cache Xenforo 2

Official Redis Cache Xenforo 2

Admin

Well-Known Member
Staff member
Administrator
Admin submitted a new resource:

Official Redis Cache Xenforo 2 - Setup XenForos build-in Redis Cache

To setup XenForos build in Redis you do not need any addon.

In Ubuntu 24.04

1. Install Redis​

Bash:
#apt install php8.3-redis

2. In src/config.php

PHP:
$config['cache']['enabled'] = true;
$config['cache']['sessions'] = true;
$config['cache']['provider'] = 'Redis';
$config['cache']['config']['host'] = '127.0.0.1';
This is all you need and works out of the box. You see, using...

Read more about this resource...
 

Facebook Comments

New posts New threads New resources

Back
Top