Home Plugins memcached redux
Memcached Redux logo

Memcached Redux

by Scott Taylor on WordPress.org

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

(9)

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/

Active installations200+
Weekly downloads
37+5.71%
Version0.1.7
Last updated5/7/2020
WordPress version3.0
Tested up to5.4.16
Tags
admincachemanage cachememcachedobject cache