[WordPress] 外掛分享: Memcached Redux

首頁外掛目錄 › Memcached Redux
WordPress 外掛 Memcached Redux 的封面圖片
100+
安裝啟用
★★★★
4.3/5 分(9 則評價)
2141 天前
最後更新
問題解決
WordPress 3.0+ v0.1.7 上架:2012-06-04

內容簡介

這個外掛會更改著名的 Memcached WP Object Cache 後端,使其實際使用 Memcached 類別(而不是 Memcache 類別)。實現了 wp_cache_get_multi() 和 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' )
) );

博客文章:http://scotty-t.com/2012/06/05/memcached-redux/

外掛標籤

開發者團隊

⬇ 下載最新版 (v0.1.7) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Memcached Redux」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

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/

延伸相關外掛

文章
Filter
Mastodon