[WordPress] 外掛分享: Memcached Cloud

前言介紹

  • 這款 WordPress 外掛「Memcached Cloud」是 2014-07-01 上架。
  • 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
  • 上一次更新是 2014-07-07,距離現在已有 3954 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
  • 外掛最低要求 WordPress 3.4 以上版本才可以安裝。
  • 尚未有人給過這款外掛評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

redis-labs |

外掛標籤

SASL | cache | memcached | binary protocol | Memcached Cloud |

內容簡介

更改了 wordpress-memcached-backend 後端, 以 Memcached ver. 2.2.0 PECL package 和 SASL 認證支援實現 WP Object Cache。

在 Heroku 和 AppFog 上原生支援 Memcached Cloud - 只需要添加 Memcached Cloud 增益。

鳴謝

我們使用了 wordpress-memcached-backend,所有的功勞都歸於 Zack Tollman。

範例

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'
);

原文外掛簡介

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'
);

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Memcached Cloud」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


最新版本

延伸相關外掛(你可能也想知道)

暫無相關外掛推薦。

文章
Filter
Apply Filters
Mastodon