redis.config.php.j2 203 B

123456789
  1. <?php
  2. $CONFIG = array (
  3. 'memcache.distributed' => '\OC\Memcache\Redis',
  4. 'memcache.locking' => '\OC\Memcache\Redis',
  5. 'redis' => array (
  6. 'host' => '{{ redis_host }}',
  7. 'port' => 6379,
  8. ),
  9. );