humanmade / memcached

A Chassis extension to install and configure memcached on your server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memcache

A Chassis extension to install and configure memcached on your server.

Usage

  1. Add this extension to your extensions directory
  2. Run vagrant provision
  3. Set up your content/object-cache.php to point to the memcache object-cache.php. This is not done automatically, as Chassis never touches your content directory, but it's super simple to set up:
<?php
if ( ! empty( $GLOBALS['memcached_servers'] ) )
	require_once dirname( ABSPATH ) . '/extensions/memcache/object-cache.php';

(Note that this also ensures the extension was loaded successfully.)

About

A Chassis extension to install and configure memcached on your server.


Languages

Language:PHP 95.1%Language:Puppet 3.7%Language:HTML 1.2%