nextcloud/fpm/16/redis.config.php

9 lines
141 B
PHP
Raw Permalink Normal View History

2019-11-27 18:38:45 +00:00
<?php
$CONFIG = array (
'memcache.locking' => '\OC\Memcache\Redis',
'redis' => array(
'host' => 'redis',
'port' => 6379,
),
);