[RSS Feed/News] about redis config

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
hello
for using redis cache

$config['cache']['enabled'] = true; $config['cache']['provider'] = 'Redis'; $config['cache']['config'] = [ 'host' => '127.0.0.1', 'password' => 'password' ];
I must change only password for working well or must add something's else

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom