Site icon Leo's blog

Nextcloud添加Memory caching (Redis)

在config中添加如下设置。

'memcache.local' => '\OC\Memcache\Redis',
'redis' => [
     'host' => '127.0.0.1',
     'port' => 6379,
],

 

Exit mobile version