I'm not sure if this was intentional or discussed before, we use(d) a fork of this dropin: https://wordpress.org/plugins/memcached/ which I'm sure most are familiar with.
The format for defining $memached_servers global in that plugin is as such:
This annoyingly makes the two configurations very similar but different. I am running the same codebase with each dropin, which makes it a pain to do different configuration. I just wondered if compatibility had been discussed for these?
I'm not sure if this was intentional or discussed before, we use(d) a fork of this dropin: https://wordpress.org/plugins/memcached/ which I'm sure most are familiar with.
The format for defining
$memached_servers
global in that plugin is as such:Whereas
wordpress-pecl-memcached-object-cache
uses:This annoyingly makes the two configurations very similar but different. I am running the same codebase with each dropin, which makes it a pain to do different configuration. I just wondered if compatibility had been discussed for these?
Thanks!