main.CRITICAL: LOADING Redis is loading the dataset in memory

Hi Craig, I followed your guide and thank you so much for it.
Now after going live in production environment, the website from time to time stops responding for longer intervals and than load with no css or js. After debugging for a while, I noticed that Redis was the problem. If I go to redis-cli and than flushall the website starts working for a while. I was wondering if you could help with it.

Here’s the log from exception.log:

[2021-11-09 22:23:08] main.CRITICAL: Connection to Redis 127.0.0.1:6379 failed after 2 failures.Last Error : (111) Connection refused {“exception”:"[object] (CredisException(code: 0): Connection to Redis 127.0.0.1:6379 failed after 2 failures.Last Error : (111) Connection refused at /var/www/html/vendor/colinmollenhour/credis/Client.php:493)"} []
[2021-11-09 22:23:13] main.CRITICAL: LOADING Redis is loading the dataset in memory {“report_id”:“6b5c81a456881b3cefe00397b34b53173d3b3c3f941c9387140711fb2acbeeb8”,“exception”:"[object] (CredisException(code: 0): LOADING Redis is loading the dataset in memory at /var/www/html/vendor/colinmollenhour/credis/Client.php:1299)"} []
[2021-11-09 22:23:13] main.CRITICAL: LOADING Redis is loading the dataset in memory {“exception”:"[object] (CredisException(code: 0): LOADING Redis is loading the dataset in memory at /var/www/html/vendor/colinmollenhour/credis/Client.php:1299)"} []

Thanks a million in advance.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.