I am running locally on a mac with MacOS El Capitan. I have version 7 of php installed and the latest version of MySQL. I have installed the current version of suiteCRM and it seems to work except that it keeps spewing errors about something called Redis:
( ! ) Warning: Redis::connect(): connect() failed: Connection refused in /Users/Admin/Sites/SuiteCRM/include/SugarCache/SugarCacheRedis.php on line 102
Call Stack
The warning you are receiving means that your system doesn’t have redis installed.
Unfortunately I have no idea about MacOS, so better google it how to install it.
I just installed and run it on Centos 7 check here
No special configuration needed.
I know this topic is quite old already. Nevertheless for me the problem seems to persist. Once in a while, I receive a message “Redis::connect(): connect() failed: Connection timed out in /var/www/vhosts/coins-gmbh.eu/crm.coins-gmbh.eu/include/SugarCache/SugarCacheRedis.php on line 102”.
Redis is running on my host on the standard port, PHP extension is enabled.
Where is the documentation on Redis caching configuration ?