SugarCacheRedis.php on line 102 error after install

Hi Everyone,

I’ve just tried installing this for the first time and I’m getting the following error after install has completed;

Warning: Redis::connect(): connect() failed: Connection refused in /home/www-data/solblu.uk/crm.solblu.uk/include/SugarCache/SugarCacheRedis.php on line 102

Any ideas?

I am getting this Warning too. Although SuiteCRM seems to work fine anyway.
Probably “Redis” is missing from our server or it is configured incorrectly.

If someone has something in mind please let us know. I would like to stop it showing in the logs.

The above warning means that your server doesn’t have the redis installed.
This package is in epel repo.

In Centos 7 I run:

yum install redis
systemctl enable redis
systemctl start redis