It isn't working, I am running PHP 7.1, with memcached ticket in the settings, I have also started Memcached via cPanel.
XenForo is say:
Zend_Cache_Exception: The memcache extension must be loaded for using this backend ! - library/Zend/Cache.php:209
This is the XenForo setup I have in the config.php file
$config['cache']['backend'] = 'Memcached';
$config['cache']['backendOptions'] = array(
'compression' => false,
'servers' => array(
array(
'host' => 'unix:///home/XXXXXX/.hostdata/memcached.sock',
'port' => 0,
)
)
);
I have also tried the host as
unix:///var/memcached/memcached.socket