Title: Memcached Cloud
Author: Redis Labs
Published: <strong>2014-يىلى 2-ئىيۇل</strong>
Last modified: 2014-يىلى 7-ئىيۇل

---

قىستۇرما ئىزدە

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/memcached-cloud.svg)

# Memcached Cloud

 يازغۇچى [Redis Labs](https://profiles.wordpress.org/redis-labs/)

[چۈشۈر](https://downloads.wordpress.org/plugin/memcached-cloud.zip)

 * [تەپسىلاتلار](https://ug.wordpress.org/plugins/memcached-cloud/#description)
 * [باھالاشلار](https://ug.wordpress.org/plugins/memcached-cloud/#reviews)
 *  [ئورنىتىش](https://ug.wordpress.org/plugins/memcached-cloud/#installation)
 * [ئىجادىيەت](https://ug.wordpress.org/plugins/memcached-cloud/#developers)

 [قوللاش](https://wordpress.org/support/plugin/memcached-cloud/)

## چۈشەندۈرۈش

Changed the [wordpress-memcached-backend](https://github.com/tollmanz/wordpress-memcached-backend)
backend to use [Memcached ver. 2.2.0 PECL package](http://pecl.php.net/package/memcached)
with SASL authentication support, to implement WP Object Cache.

Inehernt support for [Memcached Cloud](http://redislabs.com/memcached-cloud) on 
Heroku and AppFog- just add the Memcached Cloud add-on.

### Credits

We used the [wordpress-memcached-backend](https://github.com/tollmanz/wordpress-memcached-backend),
so all credit goes to Zack Tollman.

### Examples

1.

    ```
    wp_cache_set('key', 'val');  
    wp_cache_get('key');
    ```

2.

    ```
    wp_cache_set_multi ( 
        array ( 'key1' => 'val1', 'key2' => 'val2', 'key3' => 'val3' ), 
        'group1' 
    );  

    wp_cache_get_multi ( 
        array ( 'key1', 'key2' ), 
        'group1' 
    );
    ```

## ئورنىتىش

 1. Make sure you have [libmemcached](http://libmemcached.org/libMemcached.html) installed,
    built with SASL. See the [Memcached Requirements](http://il1.php.net/manual/en/memcached.requirements.php).
 2. Install the [Memcached ver. 2.2.0 PECL package](http://il1.php.net/manual/en/memcached.installation.php).
 3. Define the Memcached servers and SASL credentials in your wp-config.php, as follows:
 4.     ```
        global $memcached_servers;
        $memcached_servers = array( array( 'host', port ) );
    
        global $memcached_username;
        $memcached_username = 'sasl_username';
    
        global $memcached_password;
        $memcached_password = 'sasl_password';
        ```
    

**Note:** If running on Heroku or AppFog, just install the Memcached Cloud add-on
and your conifguration environment variables will be set.

 1. Move object-cache.php to wp-content/object-cache.php

## باھالاشلار

بۇ قىستۇرمىغا تېخى باھا يېزىلمىدى.

## تۆھپىكار ۋە ئىجادكار

«Memcached Cloud» كودى ئوچۇق يۇمشاق دېتال. تۆۋەندىكى كىشىلەر بۇ قىستۇرمىغا تۆھپە
قوشقان.

تۆھپىكار

 *   [ Redis Labs ](https://profiles.wordpress.org/redis-labs/)

[«Memcached Cloud» نى تىلىڭىزغا تەرجىمە قىلىڭ](https://translate.wordpress.org/projects/wp-plugins/memcached-cloud)

### ئىجادىيەتكە قىزىقامسىز؟

[كودقا كۆز يۈگۈرتۈپ](https://plugins.trac.wordpress.org/browser/memcached-cloud/)،
[SVN خەزىنە](https://plugins.svn.wordpress.org/memcached-cloud/) تەكشۈرۈپ ياكى [RSS](https://plugins.trac.wordpress.org/log/memcached-cloud/?limit=100&mode=stop_on_copy&format=rss)
ئارقىلىق [ئىجادىيەت خاتىرىسى](https://plugins.trac.wordpress.org/log/memcached-cloud/)
گە مۇشتەرى بولغىلى بولىدۇ.

## ئۆزگىرىش خاتىرىسى

#### 1.0

 * Initial release

## Meta

 *  Version **1.0**
 *  ئاخىرقى يېڭىلانغان ۋاقىت **12 يىل بۇرۇن**
 *  ئاكتىپ ئورنىتىش سانى **10 دىن ئاز**
 *  WordPress نەشرى ** 3.4 ياكى يۇقىرى **
 *  **3.9.40** دا سىنالغان
 *  تىل
 * [English (US)](https://wordpress.org/plugins/memcached-cloud/)
 * بەلگە
 * [cache](https://ug.wordpress.org/plugins/tags/cache/)[memcached](https://ug.wordpress.org/plugins/tags/memcached/)
 *  [ئالىي كۆرۈنۈش](https://ug.wordpress.org/plugins/memcached-cloud/advanced/)

## دەرىجە

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/memcached-cloud/reviews/#new-post)

[بارلىق ئىنكاسنى كۆرسەت](https://wordpress.org/support/plugin/memcached-cloud/reviews/)

## تۆھپىكار

 *   [ Redis Labs ](https://profiles.wordpress.org/redis-labs/)

## قوللاش

چۈشەندۈرۈشىڭىز بارمۇ؟ ياردەم لازىممۇ؟

 [قوللاش مۇنبىرىنى كۆرسەت](https://wordpress.org/support/plugin/memcached-cloud/)