tollmanz / wordpress-pecl-memcached-object-cache

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

Testing without memcached #75

Open shmuel-krakower opened 9 years ago

shmuel-krakower commented 9 years ago

This PR related to https://github.com/tollmanz/wordpress-pecl-memcached-object-cache/pull/55

shmuel-krakower commented 8 years ago

Hi @tollmanz Do you still consider to merge this in? This basically deals with a situation where memcached node(s) are not available.

I think the problem is with the test but I'm not sure by now... it has been too long to keep track.

shmuel-krakower commented 8 years ago

btw - it seems like PR #55 is green and contain the same commits except of the last one where I remove memcached from travis config. Maybe we can merge 55?