pantheon-systems / wp-redis

WordPress Object Cache using Redis.
https://wordpress.org/plugins/wp-redis/
GNU General Public License v2.0
225 stars 67 forks source link

Changes Merged from #360 Break Redis Connections on Pantheon Due to #400 and Incorrect array_replace_recursive call #433

Closed timnolte closed 1 year ago

timnolte commented 1 year ago

After further testing there with Pantheon after the merge of changes in #360 to resolve those caused by #400 it was discovered that there was an error in the usage of array_replace_recursive(). (Noted: https://github.com/pantheon-systems/wp-redis/pull/360#issuecomment-1590055893) I updated a Gist with a patch that fixes this, however, this should be applied here before the next release otherwise it will break all Object Caching on Pantheon sites that deploy the plugin.