I followed the directions at https://www.mailwizz.com/kb/using-redis-cache-mutexes/. But when I add this...
...to main-custom.php, MailWizz stops loading and throws a http 500 error code. It goes back to normal if I exclude the code.
I have confirmed (using https://gist.github.com/raphaelstolt/402018) that redis is successfully running on localhost at 6379.
Code:
'cache' => array(
'class' => 'common.components.cache.RedisCache',
),
'mutex' => array(
'class' => 'common.components.mutex.RedisMutex',
),
I have confirmed (using https://gist.github.com/raphaelstolt/402018) that redis is successfully running on localhost at 6379.