Title: Memcached Cloud
Author: Redis Labs
Published: <strong>جولای 2, 2014</strong>
Last modified: جولای 7, 2014

---

جستجوی افزونه‌ها

این افزونه **با آخرین 3 نسخه اصلی وردپرس تست نشده است**. ممکن است دیگر نگهداری یا
پشتیبانی نشود و ممکن است هنگام استفاده با نسخه های جدیدتر وردپرس مشکلات سازگاری 
داشته باشد.

![](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://fa-af.wordpress.org/plugins/memcached-cloud/#description)
 * [نقد و بررسی‌ها](https://fa-af.wordpress.org/plugins/memcached-cloud/#reviews)
 *  [نصب](https://fa-af.wordpress.org/plugins/memcached-cloud/#installation)
 * [توسعه](https://fa-af.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/), یا
مشترک شوید [گزارش توسعه](https://plugins.trac.wordpress.org/log/memcached-cloud/)
توسط [RSS](https://plugins.trac.wordpress.org/log/memcached-cloud/?limit=100&mode=stop_on_copy&format=rss).

## گزارش تغییرات

#### 1.0

 * Initial release

## اطلاعات

 *  Version **1.0**
 *  Last updated **12 سال پیش**
 *  Active installations **کمتر از 10**
 *  WordPress version ** 3.4 یا بالاتر **
 *  Tested up to **3.9.40**
 *  Language
 * [English (US)](https://wordpress.org/plugins/memcached-cloud/)
 * Tags
 * [cache](https://fa-af.wordpress.org/plugins/tags/cache/)[memcached](https://fa-af.wordpress.org/plugins/tags/memcached/)
 *  [نمایش پیشرفته](https://fa-af.wordpress.org/plugins/memcached-cloud/advanced/)

## امتیازها

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/memcached-cloud/reviews/)

## مشارکت کنندگان

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

## پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

 [مشاهده انجمن پشتیبانی](https://wordpress.org/support/plugin/memcached-cloud/)