This plugin is outdated and might not be supported anymore

Changed the wordpress-memcached-backend backend to use Memcached ver. 2.2.0 PECL package with SASL authentication support, to implement WP Object Cache.

Inehernt support for Memcached Cloud on Heroku and AppFog- just add the Memcached Cloud add-on.

Credits

We used the wordpress-memcached-backend, so all credit goes to Zack Tollman.

Examples

1.

wp_cache_set('key', 'val');  
wp_cache_get('key');

2.

wp_cache_set_multi ( 
    array ( 'key1' => 'val1', 'key2' => 'val2', 'key3' => 'val3' ), 
    'group1' 
);  

wp_cache_get_multi ( 
    array ( 'key1', 'key2' ), 
    'group1' 
);

Details

Plugin code:
memcached-cloud
Plugin version:
1.0
Outdated:
Yes
WP version:
3.4 or higher
PHP version:
or higher
Test up to WP version:
3.9.40
Total installations:
0
Last updated:
2014-07-07
Rating:
Times rated:
0
binary-protocol
cache
memcached
memcached-cloud
sasl