Official Redis Cache - Bộ nhớ đệm Redis chính thức cho XenForo 2
Để thiết lập XenForos trong Redis, bạn không cần bất kỳ add-on nào.
Trong Ubuntu
1. Cài đặt Redis
#apt install php8.3-redis
2. Trong src/config.php
$config['cache']['enabled'] = true;
$config['cache']['sessions'] = true...