Hi @7thcircle, sorry to hear about this issue, the object cache is not yet resolved with the latest release. We’d recommend disabling Object Cache while we’re working on a fix. Or you could also test this workaround — and see if this does the trick. You can try adding this snippet to your wp-config.php file:
define('WP_REDIS_CONFIG', [
'compression' => 'none',
]);
define('WP_REDIS_CONFIG', [
'serializer' => 'php',
]);
For more information on this topic, please see the following Redis links on compression and serializer.
To be safe, we’d recommend conducting these tests on a Staging Server. Also, please keep a working backup of your website.
If you do have other concerns or issues you need help with, please create another ticket, as it helps us track different issues.
Again, thank you for your patience. Hang in there.
Best,
Abz
________________________
Internal Bug Ticket Reference:
TEC-4348