BACK TO DIRECTORY

Memcached Redux

by Scott Taylor

4.3
(9 ratings)

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/

Plugin Details

Active Installs
100
Total Downloads
42,637
Version
0.1.7
Requires WP
3.0
Requires PHP
Tested Up To
5.4.21
Added
2012-06-05
Last Updated
2020-05-07 1:20pm GMT

Ratings

5
6
4
2
3
0
2
0
1
1