Newer
Older
nextcloud / app / redis.config.php
@Pascal Gollor Pascal Gollor on 23 Dec 2017 141 bytes add redis memcache
<?php
$CONFIG = array (
  'memcache.locking' => '\OC\Memcache\Redis',
  'redis' => array(
    'host' => 'redis',
    'port' => 6379,
  ),
);