Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

$memcached_servers compatibility with "the other plugin" #80

Open
joehoyle opened this issue Mar 18, 2016 · 0 comments
Open

$memcached_servers compatibility with "the other plugin" #80

joehoyle opened this issue Mar 18, 2016 · 0 comments

Comments

@joehoyle
Copy link

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:

$memcached_servers = array( 'hostname:port' );

Whereas wordpress-pecl-memcached-object-cache uses:

$memcached_servers = array( array( 'hostname', 'port' ) );

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant