Comment on Nextcloud alternatives

<- View Parent
sdw@lemmy.ca ⁨1⁩ ⁨year⁩ ago

I configured it in config.php directly, probably following docs.nextcloud.com/…/caching_configuration.html#i…

  'memcache.local' => '\\OC\\Memcache\\APCu',
  'memcache.distributed' => '\\OC\\Memcache\\Redis',
  'memcache.locking' => '\\OC\\Memcache\\Redis',
  'redis' => 
  array (
    'host' => 'redis',
    'port' => 6379,
  ),

source
Sort:hotnewtop