Changes Memcached WP Object Cache backend to only use Memcached class not Memcache class.
Implements wp cache get multi and wp cache set multi. wp cache get multi array 'key 'group array 'key array 'key 'group 'key wp cache set multi array 'key 'data 'group array 'key 'data.
Copy object-cache. php to wp-content......
Now I can't see site without using this plugin for WP Object Cache....... Memcached Redux. is inaugurate software.
Browse the code recheck out SVN repository or subscribe to the development log RSS....
Added support for PHP 7+ by changing to construct and pre-initializing stats..
Added support for WP CACHE KEY SALT allowing many sites to use Memcached server...
Allows graceful fallback to directory object cache in WordPress 3.7+ for users PECL Memcached available..
Fixes warning due to replace call as it does not take reason in Memcached...
Fixes problem with the part and the return value of wp cache get Linux..
Read more