Download the PHP package achttienvijftien/wp-memcached without Composer
On this page you can find all versions of the php package achttienvijftien/wp-memcached. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download achttienvijftien/wp-memcached
More information about achttienvijftien/wp-memcached
Files in achttienvijftien/wp-memcached
Package wp-memcached
Short Description The real Memcached (not Memcache) backend for the WP Object Cache
License GPL-3.0-or-later
Homepage https://www.1815.nl
Informations about the package wp-memcached
=== WP Memcached === Contributors: wonderboymusic, ryan, sivel, mikeschroder, Ipstenu, batmoo Tags: cache, memcached, memcache, admin, manage cache, object cache, WP Object Cache Requires at least: 3.0 Tested up to: 6.5.3 Stable tag: 1.1.0 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.html
Uses the Memcached class (not the Memcache class) to implement WP Object Cache
== Description ==
Changes the famous Memcached WP Object Cache backend to actually use the Memcached class (not the Memcache class). Implements wp_cache_get_multi() and wp_cache_set_multi()
wp_cache_get_multi( array(
array( 'key', 'group' ),
array( 'key', '' ),
array( 'key', 'group' ),
'key'
) );
wp_cache_set_multi( array( array( 'key', 'data', 'group' ), array( 'key', 'data' ) ) );
Blog Post: http://scotty-t.com/2012/06/05/memcached-redux/
== Installation ==
-
Install memcached on at least one server. Note the connection info. The default is
127.0.0.1:11211
. -
Install the PECL memcached extension
- Copy object-cache.php to wp-content
== Changelog ==
= 0.1.7 =
- Improved escaping in debug output ported from Memcached plugin (props @batmoo).
- Fixed PHP notice when no Memcached server:port manually specified.
= 0.1.6 =
- Corrected documentation
- Corrected stats collection (props @johnbillion)
= 0.1.5 =
- Added support for PHP 7+ by changing to
__construct
and pre-initializing stats
= 0.1.3 =
- Added support for WP_CACHE_KEY_SALT allowing multiple sites to use the same Memcached server.
= 0.1.2 =
- Allows graceful fallback to database object cache in WordPress 3.7+ for users without PECL Memcached available.
- Fixes warning due to replace() call, as it does not take a compression argument in Memcached.
= 0.1.1 =
- Fixes a problem with the get_option() function and the return value of wp_cache_get() on Linux
= 0.1 =
- Initial release
== Upgrade Notice ==
All versions of wp-memcached with dependencies
composer/installers Version ^1.8 || ^2.0
koodimonni/composer-dropin-installer Version ^1.4