Skip to content

$memcached_servers compatibility with "the other plugin" #80

@joehoyle

Description

@joehoyle

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions