Nirjonadda
Well-known member
How can I use APCu or Redis on my Xenforo?
If I add this to my config.php then does work?
or
If I add this to my config.php then does work?
Code:
$config['cache']['backend'] = 'APCu';
or
Code:
$config['cache']['backend'] = 'Redis';