Last Reviewed: August 17, 2023
Remove Object Cache
How to safely remove Pantheon's Object Caching.
This section provides information on how to safely remove Object Cache.
Safely Remove Object Cache
The following code changes are required before Object Cache can be safely uninstalled and disabled:
Uninstall the WP Redis or Object Cache Pro plugin.
Delete the
wp-content/object-cache.php
file.Commit and deploy these changes to the Live environment.
Go to Settings, select Add Ons, then click the Remove button for Redis.
Go to the Site Dashboard, and click Clear Caches.
Disable the Redis contrib module.
Delete the Redis configuration from
settings.php
.Commit and deploy these changes to the Live environment.
Go to Settings, select Add Ons, then click Remove for Redis.
Go to the Site Dashboard, and click Clear Caches.