Quantcast
Channel: Applications and Jails
Viewing all articles
Browse latest Browse all 15

Nextcloud and redis

$
0
0
Hello, I have nextcloud application in TrueNAS Scale from ix-systems and i want to add redis. For now I've installed Redis from "TrueNAS app store" and added this lines to config.php, but it doesn't work.
Code:
'filelocking.enabled' => true,
'memcache.locking' => '\OC\Memcache\Redis',
'redis' => array(
     'host' => 'localhost',
     'port' => 30036,
     'timeout' => 0.0,
     'password' => 'TOPSECRET', // Optional, if not defined no password will be used.
      ),


I have idea to install...

Read more

Viewing all articles
Browse latest Browse all 15

Trending Articles