Опис
Memcached Object Cache provides a persistent backend for the WordPress object cache. A memcached server and either the
the PECL Memcached or PECL Memcache extension and class are required. Detects either the PECL Memecache or PECL
Memcached (Memcached preferred) class and uses the appropriate interface. That means you don’t need to figure out
which PHP class is available in your installation, the plugin will detect the proper configuration.
This plugin does not require manual copying of files between directories for installation, and it doesn’t require the installer
to differentiate between the memcache and memcached PECL extensions if they know their host makes once available.
Also, because this plugin autodetects the PECL extension available, for those that develop on Windows where the
PECL Memcached extension is not generally available, you can maintain a common configuration with your Linux host
where that extension is common.
Plugin creates a dashboard menu option under „Tools“ where you can view your memcached statistics.
Plugin is based laregly on previous works by Matt Martz, Ryan Boren (https://wordpress.org/plugins/memcached/) and
Scott Taylor, Ryan Boren, Matt Martz, Mike Schroder ( https://wordpress.org/plugins/memcached-redux/ )
Постављање
-
If not already available, install memcached on at least one server. Note the connection info. The default is
127.0.0.1:11211. -
If not already available on your host, install the [PECL extension](http://pecl.php.net/package/memcached or http://pecl.php.net/package/memcached)
-
Activate the plugin
ЧПП
- How can I manually specify the memcached server(s)?
-
Add something similar to the following to wp-config.php above
/* That's all, stop editing! Happy blogging. */:$memcached_servers = array( 'default' => array( '127.0.0.1:11211', '10.10.10.30:11211' ) );
Прегледи
Сарадници и градитељи
MemcacheD Is Your Friend је софтвер отвореног кода. Следећи људи су допринели овом додатку.
СараднициПреведите MemcacheD Is Your Friend на свој језик.
Заинтересовани сте за градњу?
Прегледајте код, проверите SVN складиште или се пријавите на белешку градње преко RSS-а.
Белешка о изменама
2.0.0
- Initial release public based on previous works
