XenForo
Administrative
- Thread starter
- Admin
- #1
My host uses a socket for both Memcache and Redis. Apparently it's faster than using an IP. My question is I can't seem to configure it properly. It is enabled under my PHP setting and is active. This is the defualt setting for Redis according to the manual.
Read more
Read more about this Feed . . .
I have tried to paste it under the host, then with no password...$config['cache']['enabled'] = true;
$config['cache']['provider'] = 'Redis';
$config['cache']['config'] = [
'host' => '127.0.0.1',
'password' => 'password'
];
Click to expand...
Read more
Read more about this Feed . . .