Title: Redis Object Cache
Author: Eric Mann
Published: <strong>मार्च 30, 2014</strong>
Last modified: मार्च 30, 2014

---

प्लगिनहरू खोज्नुहोस्

यो प्लगिन **वर्डप्रेसका ३ प्रमुख नवीनतम रिलीजहरूसँग परीक्षण गरिएको छैन**। यो अब 
सम्भवतः व्यवस्थित वा समर्थन नभएको हुन सक्छ र वर्डप्रेसका नयाँ संस्करणहरूमा प्रयोग
गर्दा अनुकूलता सम्बन्धी समस्या हुन सक्छ।

![](https://s.w.org/plugins/geopattern-icon/redis-object-cache.svg)

# Redis Object Cache

 [Eric Mann](https://profiles.wordpress.org/ericmann/) द्वारा

[डाउनलोड गर्नुहोस्](https://downloads.wordpress.org/plugin/redis-object-cache.1.0.zip)

 * [विवरण](https://ne.wordpress.org/plugins/redis-object-cache/#description)
 * [समीक्षाहरू](https://ne.wordpress.org/plugins/redis-object-cache/#reviews)
 *  [स्थापना](https://ne.wordpress.org/plugins/redis-object-cache/#installation)
 * [विकास](https://ne.wordpress.org/plugins/redis-object-cache/#developers)

 [सहायता](https://wordpress.org/support/plugin/redis-object-cache/)

## विवरण

Object caching backend using Redis for persistent storage. Implements all methods
specified by WordPress Core. Supports multisite.

The plugin supports both the [Redis PECL module](http://pecl.php.net/package/redis)
and the [Predis library](https://github.com/nrk/predis) to connect to Redis.

**You must install the Redis server before using this plugin!**

## स्थापना

 1. Install and configure Redis. There is a good tutorial [here](http://www.saltwebsites.com/2012/install-redis-245-service-centos-6).
 2. Install the [Redis PECL module](http://pecl.php.net/package/redis) or place the
    Predis library in the `/wp-content/predis` directory.
 3. Add `object-cache.php` to the `wp-content` directory. It is a drop-in file, not
    a plugin, so it belongs in the `wp-content` directory, not the `plugins` directory.
 4. By default, the script will connect to Redis at 127.0.0.1:6379. See the _Connecting
    to Redis_ FAQ for further options.

## प्रश्नोत्तर

  Connecting to Redis

By default, the plugin uses `127.0.0.1` and `6379` as the default host and port 
when creating a new client instance; the default database of `0` is also used. Three
constants are provided to override these default values.

Specify `WP_REDIS_BACKEND_HOST`, `WP_REDIS_BACKEND_PORT`, and `WP_REDIS_BACKEND_DB`
to set the necessary, non-default connection values for your Redis instance.

  Prefixing Cache Keys

The constant `WP_CACHE_KEY_SALT` is provided to add a prefix to all cache keys used
by the plugin. If running two single instances of WordPress from the same Redis 
instance, this constant could be used to avoid overlap in cache keys. Note that 
special handling is not needed for WordPress Multisite.

## समीक्षाहरू

यस प्लगिनको लागि कुनै समीक्षाहरू छैनन्।

## योगदानकर्ता र डेभलपरहरू

“Redis Object Cache” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान
गरेका छन्।

योगदानकर्ताहरू

 *   [ Eric Mann ](https://profiles.wordpress.org/ericmann/)
 *   [ Erick Hitter ](https://profiles.wordpress.org/ethitter/)

[“Redis Object Cache” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्](https://translate.wordpress.org/projects/wp-plugins/redis-object-cache)

### विकासमा रुचि छ?

[आरएसएस](https://plugins.trac.wordpress.org/log/redis-object-cache/?limit=100&mode=stop_on_copy&format=rss)
द्वारा [कोड ब्राउज गर्नुहोस्](https://plugins.trac.wordpress.org/browser/redis-object-cache/),
[एसभीएन रिपजिटरी](https://plugins.svn.wordpress.org/redis-object-cache/) हेर्नुहोस्,
वा [विकास लग](https://plugins.trac.wordpress.org/log/redis-object-cache/) को सदस्यता
लिनुहोस्।

## चेन्जलग

#### 1.0

 * Initial public release.

## मेटा

 *  संस्करण **1.0**
 *  पछिल्लो अपडेट **12 वर्ष अघि**
 *  सक्रिय स्थापना **10+**
 *  वर्डप्रेस संस्करण ** 3.0.1 वा उच्च **
 *  जाँच गरिएको **3.9.40**
 *  भाषा
 * [English (US)](https://wordpress.org/plugins/redis-object-cache/)
 * ट्यागहरू
 * [cache](https://ne.wordpress.org/plugins/tags/cache/)[object cache](https://ne.wordpress.org/plugins/tags/object-cache/)
   [redis](https://ne.wordpress.org/plugins/tags/redis/)
 *  [उन्नत दृश्य](https://ne.wordpress.org/plugins/redis-object-cache/advanced/)

## रेटिङ्गहरू

 ५ मा 1 तारा।

 *  [  0 5-तारा समीक्षाहरू     ](https://wordpress.org/support/plugin/redis-object-cache/reviews/?filter=5)
 *  [  0 4-तारा समीक्षाहरू     ](https://wordpress.org/support/plugin/redis-object-cache/reviews/?filter=4)
 *  [  0 3-तारा समीक्षाहरू     ](https://wordpress.org/support/plugin/redis-object-cache/reviews/?filter=3)
 *  [  0 2-तारा समीक्षाहरू     ](https://wordpress.org/support/plugin/redis-object-cache/reviews/?filter=2)
 *  [  1 1-तारा समीक्षा     ](https://wordpress.org/support/plugin/redis-object-cache/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/redis-object-cache/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/redis-object-cache/reviews/)

## योगदानकर्ताहरू

 *   [ Eric Mann ](https://profiles.wordpress.org/ericmann/)
 *   [ Erick Hitter ](https://profiles.wordpress.org/ethitter/)

## सहायता

केही भन्नु छ? सहयोग चाहियो?

 [सहायता फोरम हेर्नुहोस्](https://wordpress.org/support/plugin/redis-object-cache/)