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.
I have idea to install...
Read more
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