tollmanz / wordpress-pecl-memcached-object-cache

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

How much better is this plugin than the Memcached plugin? #25

Closed danielbachhuber closed 10 years ago

danielbachhuber commented 11 years ago

Just asking...

tollmanz commented 10 years ago

The short answer is, I do not know. It uses PECL Memcached instead of PECL Memcache, which is supposedly more stable the PECL Memcache. It also adds some fun new caching features that your code can take advantage of.