[wp-hackers] Memcached backend for the Object Cache
Ryan Boren
ryan at boren.nu
Mon Dec 19 21:19:17 GMT 2005
On Mon, 2005-12-19 at 15:59 -0500, John Joseph Bachir wrote:
> On Mon, 19 Dec 2005, Ryan Boren wrote:
>
> > http://dev.wp-plugins.org/browser/memcached/trunk/
> >
>
> This is exciting. Does it completely replace the filesystem based cache?
Yes. It caches to/from one or more memcached servers rather than using
the filesystem directly. You can define your servers and ports by
setting $memcached_servers in wp-config.php. By default, it looks for a
server on port 11211 on the local host.
Example server config:
$memcached_servers = array('192.168.1.1:11211', '192.168.1.2:11211');
Ryan
More information about the wp-hackers
mailing list