Uses the Memcached class (not the Memcache class) to implement WP Object Cache
As of April 2026, Memcached Redux is a WordPress admin plugin with 100 active installations and a 4.3/5 rating from 9 reviews. It has been downloaded 41K+ times in total. Requires WordPress 3.0+ and PHP false+. Available on WordPress.org since 2012. Last updated 5 years ago — may have compatibility concerns. Top alternative: Loginizer.
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' )
) );
| WordPress | 3.0+ requiredTested up to 5.4.19 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.