Quick & Dirty Redis Setup
This commit is contained in:
8
templates/Nextcloud/0/redis.config.php
Normal file
8
templates/Nextcloud/0/redis.config.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
$CONFIG = array (
|
||||
'memcache.locking' => '\OC\Memcache\Redis',
|
||||
'redis' => array(
|
||||
'host' => 'redis',
|
||||
'port' => 6379,
|
||||
),
|
||||
);
|
||||
Reference in New Issue
Block a user