Memcached Redux

Memcached Redux Install Statistics

11
100%
Today: 11 Yesterday: 0 All-time: 38,746 downloads
Memcached Redux Icon

Try plugin: Memcached Redux

We'll create fresh WordPress site with Memcached Redux installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Memcached Redux

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

6


2


0


0


1

updated: 4 years ago
since: 12 years ago
author: Scott Taylor - uses code from Ryan Boren, Denis de Bernardy, Matt Martz, Mike Schroder, Mika Epstein, Mohammad Jangda

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/