XF 1.5 How can I use APCu or Redis

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?

Code:
$config['cache']['backend'] = 'APCu';

or

Code:
$config['cache']['backend'] = 'Redis';
 
We don't provide an explicit APCu cache, so it's unlikely to work unless you actually have APC itself running.

Redis currently requires a third-party add-on (and more configuration than that).
 
Top Bottom