How do I enable Memcached or Redis for Live Helper Chat?

Last modification: 2014-01-20 19:49:26

You need to make the following changes in your settings/settings.ini.php file.

Find in settings "cacheEngine" section and set it's content to for memcached

'cacheEngine' => 
    array (
      'cache_global_key' => 'dev_livehelperchat',
      'className' => 'erLhcoreClassLhMemcache'
),

"cache_global_key" should be different across different installs of Live Helper Chat on the same server. For redis set className to 'erLhcoreClassLhRedis'