Title: Memcached Cloud
Author: Redis Labs
Published: <strong>2014.07.02.</strong>
Last modified: 2014.07.07.

---

Bővítmények keresése

Ez a bővítmény **nem lett tesztelve a WordPress legutóbbi 3 fő kiadásával**. Lehetséges,
hogy már nincs karbantartva, frissítve és a használata gondot jelenthet a frissebb
WordPress verziókkal.

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

# Memcached Cloud

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

[Letöltés](https://downloads.wordpress.org/plugin/memcached-cloud.zip)

 * [Részletek](https://hu.wordpress.org/plugins/memcached-cloud/#description)
 * [Vélemények](https://hu.wordpress.org/plugins/memcached-cloud/#reviews)
 *  [Telepítés](https://hu.wordpress.org/plugins/memcached-cloud/#installation)
 * [Fejlesztés](https://hu.wordpress.org/plugins/memcached-cloud/#developers)

 [Támogatás](https://wordpress.org/support/plugin/memcached-cloud/)

## Leírás

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' 
    );
    ```

## Telepítés

 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

## Vélemények

Nincsenek értékelések erről a bővítményről.

## Közreműködők és fejlesztők

“Memcached Cloud” egy nyílt forráskódú szoftver. A bővítményhez a következő személyek
járultak hozzá:

Közreműködők

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

[“Memcached Cloud” fordítása a saját nyelvünkre.](https://translate.wordpress.org/projects/wp-plugins/memcached-cloud)

### Érdekeltek vagyunk a fejlesztésben?

[Browse the code](https://plugins.trac.wordpress.org/browser/memcached-cloud/), 
check out the [SVN repository](https://plugins.svn.wordpress.org/memcached-cloud/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/memcached-cloud/)
by [RSS](https://plugins.trac.wordpress.org/log/memcached-cloud/?limit=100&mode=stop_on_copy&format=rss).

## Változási napló

#### 1.0

 * Initial release

## Meta

 *  Version **1.0**
 *  Last updated **12 év ezelőtt**
 *  Active installations **Kevesebb, mint 10**
 *  WordPress version ** 3.4 vagy magasabb **
 *  Tested up to **3.9.40**
 *  Language
 * [English (US)](https://wordpress.org/plugins/memcached-cloud/)
 * Tags
 * [cache](https://hu.wordpress.org/plugins/tags/cache/)[memcached](https://hu.wordpress.org/plugins/tags/memcached/)
 *  [Bővített nézet](https://hu.wordpress.org/plugins/memcached-cloud/advanced/)

## Vélemények

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/)

## Közreműködők

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

## Támogatás

Vélemény? Segítségkérés?

 [Támogatói fórum megtekintése](https://wordpress.org/support/plugin/memcached-cloud/)