Use Memcached with SASL authentication to implement WP Object Cache
평가
최근 업데이트일
July 7, 2014
버전
1.0

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' );
무료Creator 요금제에서
테스트된 버전
3.9.40
이 플러그인은 다운로드 가능하며 워드프레스 독립 호스트 설치에 사용할 수 있습니다.