Skip to content

soderlind/memcachier

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
=== MemCachier ===
Contributors: PerS,  ryan, sivel
Tags: cache, Memcachier, Memcached, admin, manage cache, object cache, WP Object Cache
Requires at least: 3.4
Tested up to: 3.9
Stable tag: 1.0.1

Use MemCachier to implement WP Object Cache

== Description ==

Changed the [Memcached WP Object Cache](http://wordpress.org/extend/plugins/memcached/) backend to use [MemCachier](http://www.memcachier.com/).

This initial release is only tested with WordPress at [AppFog](https://www.appfog.com/products/appfog/jumpstarts/), but [should work on other sites](http://www.memcachier.com/2012/12/19/memcachier-powered-wordpress-object-caching/).


= Credits =
I've only [changed the WP_Object_Cache constructor](http://soderlind.no/archives/2012/12/19/memcachier-backend-for-the-wp-object-cache/), so the credits goes to ryan and sivel for [Memcached WP Object Cache](http://wordpress.org/extend/plugins/memcached/), and ronnywang for [PHPMemcacheSASL](https://github.com/ronnywang/PHPMemcacheSASL)

== Installation ==
1. Add [MemCachier](https://www.appfog.com/products/appfog/add-ons/) to your WordPress site at AppFog 
1. Install the plugin by copying it to the plugins/memcachier folder
1. Move plugins/memcachier/object-cache.php to wp-content/object-cache.php

== Changelog ==

= 1.0.1 =
* Tested with 3.9, bumped version number
= 1.0 =
* Initial release