Official Redis Cache

Official Redis Cache

  • Criador do tópico Criador do tópico axtona
  • Data de início Data de início
Lv.12
Moderating
Bronze Member
Iron Member
Donor Member
Associado
28/06/2020
Mensagens
4.400
Pontuação de reações
1.401
Credits
$11.798
thanks to dear member @jessy submitted a new resource:

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

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...

Read more about this resource...
 
Top