Memcached Redux

plugin banner

Uses the Memcached class (not the Memcache class) to implement WP Object Cache

Author:Scott Taylor - uses code from Ryan Boren, Denis de Bernardy, Matt Martz, Mike Schroder, Mika Epstein, Mohammad Jangda (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:5.4.15
Plugin version:0.1.7
Added to WordPress repository:05-06-2012
Last updated:07-05-2020
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:86
Rated by:9
Plugin URI:http://wordpress.org/extend/plugins/memcached...
Total downloads:38 813
Active installs:300+
plugin download
Click to start download

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/


ChangeLog