HELP! My site is down!
-
The easist way to to disable Redis on your site is deleting the
wp-content/object-cache.php
drop-in file.Alternatively, you can set the
WP_REDIS_DISABLED
constant totrue
in thewp-config.php
to bypass loading it.Redis Object Cache (this plugin) will throw an exception and thus and prevent the website from loading when Redis Server is not available. This is happening because otherwise there is a significant risk of the cache going stale and data loss in MySQL.
The page I need help with: [log in to see the link]
- The topic ‘HELP! My site is down!’ is closed to new replies.