Memcached Redux
·
Uses the Memcached class (not the Memcache class) to implement WP Object Cache
등급
4.3/5
버전
0.1.7
활성화된 설치 항목
200
최근 업데이트일
May 7, 2020
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' )
) );
이 플러그인은 다운로드할 수 있으며 에서 사용할 수 있습니다.
