tollmanz / wordpress-pecl-memcached-object-cache

A WordPress object cache that uses the memcached (not memcache) PECL extension.
233 stars 114 forks source link

hack^2 #33

Closed szepeviktor closed 10 years ago

szepeviktor commented 10 years ago

Would you use a define?

define('MEMCACHE_SERVERS', serialize(array(
    array(
        '127.0.0.1',
        11211
    ),
    array(
        'domain.com',
        11211
    )
)));

var_dump(unserialize(MEMCACHES_SERVER));
tollmanz commented 10 years ago

Let's keep discussing this in #32. I'm closing this to keep things clean.