Title: Redis User Session Storage
Author: Erick Hitter
Published: <strong>جولائی 13, 2022</strong>
Last modified: جولائی 16, 2022

---

پلگ انز تلاش کریں

یہ پلگ ان **ورڈپریس کے تازہ ترین 3 ریلیزوں کے ساتھ ٹیسٹ نہیں کیا گیا ہے**۔ اب یہ
برقرار نہیں رکھا جا سکتا یا معاونت نہیں کی جا سکتی اور اس کو ورڈپریس کے تازہ ترین
ورژنز کے ساتھ استعمال کیے جانے پر مطابقت کے مسائل ہو سکتے ہیں۔

![](https://s.w.org/plugins/geopattern-icon/wp-redis-user-session-storage.svg)

# Redis User Session Storage

 منجانب [Erick Hitter](https://profiles.wordpress.org/ethitter/)

[ڈاؤن لوڈ کریں](https://downloads.wordpress.org/plugin/wp-redis-user-session-storage.0.2.zip)

 * [تفصیلات](https://ur.wordpress.org/plugins/wp-redis-user-session-storage/#description)
 * [جائزے](https://ur.wordpress.org/plugins/wp-redis-user-session-storage/#reviews)
 *  [انسٹالیشن](https://ur.wordpress.org/plugins/wp-redis-user-session-storage/#installation)
 * [ڈیولپمنٹ](https://ur.wordpress.org/plugins/wp-redis-user-session-storage/#developers)

 [معاونت](https://wordpress.org/support/plugin/wp-redis-user-session-storage/)

## تفصیل

Store WordPress user session tokens in Redis rather than the usermeta table.

This plugin was previously known as `WP Redis User Session Storage` and was renamed
to comply with WordPress.org naming constraints. The previous class name is aliased
to support existing extensions.

## انسٹالیشن

 1. Install and configure Redis.
 2. Install the [Redis PECL module](http://pecl.php.net/package/redis).
 3. Activate the plugin network-wide or by placing it in `mu-plugins`.
 4. By default, the script will connect to Redis at `127.0.0.1:6379`. See the _Connecting
    to Redis_ section for further options.

## عمومی سوالات

### Connecting to Redis

By default, the plugin uses `127.0.0.1` and `6379` as the default host and port,
respectively, when creating a new client instance; the default database of `0` is
also used.

Specify any of the following constants to set the necessary, non-default connection
values for your Redis instance:

 * `WP_REDIS_USER_SESSION_HOST` – Hostname or IP of the Redis server, defaults to`
   127.0.0.1`.
 * `WP_REDIS_USER_SESSION_PORT` – Port of the Redis server, defaults to `6379`.
 * `WP_REDIS_USER_SESSION_SOCKET` – Path to a Unix socket file for the Redis server,
   if available. Takes precedence over the port value when set.
 * `WP_REDIS_USER_SESSION_AUTH` – Password for the Redis server, if required.
 * `WP_REDIS_USER_SESSION_DB` – Database number to use for the Redis server, defaults
   to `0`.
 * `WP_REDIS_USER_SESSION_SERIALIZER` – Serializer to use for the Redis server, 
   defaults to `Redis::SERIALIZER_PHP`.

## جائزے

There are no reviews for this plugin.

## شراکت دار اور ڈیویلپرز

“Redis User Session Storage” اوپن سورس سافٹ ویئر ہے۔ مندرجہ ذیل لوگوں نے اس پلگ 
ان میں حصہ لیا:

شراکت دار

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

[“Redis User Session Storage” کا اپنی زبان میں ترجمہ کریں۔](https://translate.wordpress.org/projects/wp-plugins/wp-redis-user-session-storage)

### ڈویلپمینٹ میں دلچسپی ہے؟

[کوڈ براؤز کریں](https://plugins.trac.wordpress.org/browser/wp-redis-user-session-storage/)،
[ایس این وی ریپوزیٹری](https://plugins.svn.wordpress.org/wp-redis-user-session-storage/)
کو چیک کریں یا [ڈویلپمینٹ لاگ](https://plugins.trac.wordpress.org/log/wp-redis-user-session-storage/)
کو سبسکرائب کریں بذریعہ [آر ایس ایس](https://plugins.trac.wordpress.org/log/wp-redis-user-session-storage/?limit=100&mode=stop_on_copy&format=rss)۔

## چینج لاگ

#### 0.2

 * Add cleanup routine for usermeta storage.
 * Prepare plugin for WordPress.org release.

#### 0.1

 * Initial public release

## میٹا

 *  Version **0.2**
 *  Last updated **4 سال پہلے**
 *  Active installations **100+**
 *  WordPress version ** 4.0 یا اس سے جدید **
 *  Tested up to **6.0.12**
 *  PHP version ** 5.6 یا اس سے جدید **
 *  Language
 * [English (US)](https://wordpress.org/plugins/wp-redis-user-session-storage/)
 * Tag
 * [user sessions](https://ur.wordpress.org/plugins/tags/user-sessions/)
 *  [اعلی درجے کا منظر](https://ur.wordpress.org/plugins/wp-redis-user-session-storage/advanced/)

## درجہ بندیاں

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/wp-redis-user-session-storage/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/wp-redis-user-session-storage/reviews/)

## شراکت دار

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

## معاونت

کچھ کہنا ہے؟ مدد چاہیے؟

 [معاونتی فورم دیکھیں](https://wordpress.org/support/plugin/wp-redis-user-session-storage/)

## عطیہ دیں

کیا آپ اس پلگ ان کی ترقی میں معاونت کرنا چاہتے ہیں؟

 [ اس پلگ ان کو عطیہ دیں ](https://ethitter.com/donate/)