f7cloud_client/config/.redis.config.php
2026-03-16 08:53:22 +00:00

11 lines
211 B
PHP

<?php
$CONFIG = array (
'memcache.local' => '\OC\Memcache\Redis',
'memcache.locking' => '\OC\Memcache\Redis',
'redis' => array(
'host' => '127.0.0.1',
'port' => 6379,
'timeout' => 1.5,
),
);