tollmanz / wordpress-pecl-memcached-object-cache

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

Handle the server array used by the other memcached backend #4

Closed tollmanz closed 12 years ago

tollmanz commented 12 years ago

The normal $memcache_servers array needs to be converted to the style array used in this class.

tollmanz commented 12 years ago

I decided that it is easy enough to put the server array in the proper format that it is not worth the overhead to parse the other array structure.