An open API service indexing awesome lists of open source software.

https://github.com/soderlind/memcachier

Use MemCachier to implement WP Object Cache
https://github.com/soderlind/memcachier

Last synced: 6 months ago
JSON representation

Use MemCachier to implement WP Object Cache

Awesome Lists containing this project

README

          

=== 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