Welcome

Nextcloud添加Memory caching (Redis)

在config中添加如下设置。 ‘memcache.local’ => ‘\OC\Memcache\Redis’, ‘redis’ => [ ‘host’ => ‘127.0.0.1’, ‘port’ => 6379, ],