XF 1.5 Redis::connect(): connect() failed: Connection timed out

sajal

Active member
There's a lot of errors with above message in my "Server Log" in the XF back-end. It's random, but still lot of errors.

Redis::connect(): connect() failed: Connection timed out

#0 [internal function]: XenForo_Application::handlePhpError(2, 'Redis::connect(...', '/libra...', 436, Array)
#1 /library/Redis/lib/Credis/Client.php(436): Redis->connect('localhost', 6382, 2.5)
#2 /library/Redis/lib/Credis/Client.php(773): Credis_Client->connect()
#3 /library/Redis/lib/Credis/Client.php(603): Credis_Client->__call('select', Array)
#4 /library/Redis/Cm/Cache/Backend/Redis.php(144): Credis_Client->select(0)
#5 /library/Zend/Cache.php(153): Cm_Cache_Backend_Redis->__construct(Array)
#6 /library/Zend/Cache.php(94): Zend_Cache::_makeBackend('Redis', Array, false, false)
#7 /library/XenForo/Application.php(763): Zend_Cache::factory('Core', 'Redis', Array, Array)
#8 /library/XenForo/Application.php(973): XenForo_Application->loadCache(Object(Zend_Config))
#9 /library/XenForo/Application.php(1004): XenForo_Application->lazyLoad('cache', NULL)
#10 /library/XenForo/Application.php(1675): XenForo_Application::get('cache')
#11 /library/XenForo/Model.php(146): XenForo_Application::getCache()
#12 /library/XenForo/Model/DataRegistry.php(81): XenForo_Model->_getCache(true)
#13 /library/XenForo/Dependencies/Abstract.php(147): XenForo_Model_DataRegistry->getMulti(Array)
#14 /library/XenForo/FrontController.php(127): XenForo_Dependencies_Abstract->preLoadData()
#15 /index.php(13): XenForo_FrontController->run()
#16 {main}

Any idea what's happening out there?
 
1.5 doesn't support Redis out of the box so you may need to contact the author for guidance, but this would likely indicate a more server-level (or Redis-level issue because it's simply reporting that the connection go Redis failed.
 
Top Bottom