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

---

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

این افزونه **با ۳ نگارش عمدهٔ اخیر وردپرس آزمایش نشده است**. ممکن است دیگر نگهداری
یا پشتیبانی نشود و هنگام استفاده با نگارش‌های تازه‌تر وردپرس مشکل سازگاری داشته 
باشد.

![](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://fa.wordpress.org/plugins/wp-redis-user-session-storage/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/wp-redis-user-session-storage/#reviews)
 *  [نصب](https://fa.wordpress.org/plugins/wp-redis-user-session-storage/#installation)
 * [توسعه](https://fa.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`.

## نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

## توسعه دهندگان و همکاران

“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/)،
[مخزن SVN](https://plugins.svn.wordpress.org/wp-redis-user-session-storage/) را 
بررسی کنید، یا از طریق [RSS](https://plugins.trac.wordpress.org/log/wp-redis-user-session-storage/?limit=100&mode=stop_on_copy&format=rss)
در [گزارش توسعه](https://plugins.trac.wordpress.org/log/wp-redis-user-session-storage/)
مشترک شوید.

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

#### 0.2

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

#### 0.1

 * Initial public release

## اطلاعات

 *  نگارش **0.2**
 *  آخرین به‌روزرسانی **4 سال پیش**
 *  نصب‌های فعال **100+**
 *  نگارش وردپرس ** 4.0 یا بالاتر **
 *  آزمایش‌شده تا **6.0.12**
 *  نگارش PHP ** 5.6 یا بالاتر **
 *  زبان
 * [English (US)](https://wordpress.org/plugins/wp-redis-user-session-storage/)
 * برچسب
 * [user sessions](https://fa.wordpress.org/plugins/tags/user-sessions/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/wp-redis-user-session-storage/advanced/)

## امتیازها

هنوز هیچ نقدی ارسال نشده است.

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

[مشاهده همه بررسی‌ها](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/)