Quick question:
I have two XenForo boards on the same server (different domains and db of course), for both I'm planning to use the following config:
$config['cache']['enabled'] = true;
$config['cache']['provider'] = 'SV\RedisCache\Redis';
$config['cache']['namespace'] = 'instanceX_'...