Linux 软件免费装
Banner图

Memcached Redux

开发者 wonderboymusic
ryan
sivel
mikeschroder
Ipstenu
batmoo
更新时间 2020年5月7日 21:20
PHP版本: 3.0 及以上
WordPress版本: 5.4.1

标签

cache admin object cache Memcached manage cache WP Object Cache

下载

0.1 0.1.1 0.1.2 0.1.3 0.1.4 0.1.6 0.1.7

详情介绍:

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/

安装:

  1. Install memcached on at least one server. Note the connection info. The default is 127.0.0.1:11211.
  2. Install the PECL memcached extension
  3. Copy object-cache.php to wp-content

更新日志:

0.1.7 0.1.6 0.1.5 0.1.3 0.1.2 0.1.1 0.1