This plugin is outdated and might not be supported anymore

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/

Details

Plugin code:
memcached-redux
Plugin version:
0.1.7
Outdated:
Yes
WP version:
3.0 or higher
PHP version:
or higher
Test up to WP version:
5.4.16
Total installations:
100
Last updated:
2020-05-07
Rating:
Times rated:
9
admin
cache
manage-cache
memcached
object-cache