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
- Host: GitHub
- URL: https://github.com/soderlind/memcachier
- Owner: soderlind
- Created: 2013-02-05T00:56:35.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-05-04T16:55:26.000Z (almost 12 years ago)
- Last Synced: 2025-08-16T06:58:31.035Z (6 months ago)
- Language: PHP
- Homepage: http://soderlind.no/memcachier-backend-for-the-wp-object-cache/
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
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