To setup XenForos build in Redis you do not need any addon.
In Ubuntu 24.04
1. Install Redis
#apt install php8.3-redis
2. In src/config.php
$config['cache']['enabled'] = true;
$config['cache']['sessions'] = true;
$config['cache']['provider'] = 'Redis';
$config['cache']['config']['host'] =...