You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
332 B
13 lines
332 B
<?php
|
|
$CONFIG = array(
|
|
'memcache.local' => '\\OC\\Memcache\\Redis',
|
|
'memcache.distributed' => '\\OC\\Memcache\\Redis',
|
|
'memcache.locking' => '\\OC\\Memcache\\Redis',
|
|
'filelocking.enabled' => 'true',
|
|
'redis' =>
|
|
array (
|
|
'host' => '/var/run/redis/redis-server.sock',
|
|
'port' => 0,
|
|
'timeout' => 0.0,
|
|
),
|
|
);
|
|
|