Title: Redis User Session Storage
Author: Erick Hitter
Published: <strong>13. 7. 2022</strong>
Last modified: 16. 7. 2022

---

Prohledat pluginy

Plugin **nebyl testován na 3 nejnovějších verzích WordPressu.** Nemusí už být tedy
podporován a u novějších verzí WordPressu může mít problémy s kompatibilitou a může
být nestabilní.

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

# Redis User Session Storage

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

[Stáhnout](https://downloads.wordpress.org/plugin/wp-redis-user-session-storage.0.2.zip)

 * [Podrobnosti](https://cs.wordpress.org/plugins/wp-redis-user-session-storage/#description)
 * [Hodnocení](https://cs.wordpress.org/plugins/wp-redis-user-session-storage/#reviews)
 *  [Instalace](https://cs.wordpress.org/plugins/wp-redis-user-session-storage/#installation)
 * [Vývojáři](https://cs.wordpress.org/plugins/wp-redis-user-session-storage/#developers)

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

## Popis

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.

## Instalace

 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.

## Nejčastější dotazy

### 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`.

## Recenze

Pro tento plugin nejsou žádné recenze.

## Autoři

Redis User Session Storage je otevřený software. Následující lidé přispěli k vývoji
tohoto pluginu.

Spolupracovníci

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

[Přeložte “Redis User Session Storage” do svého jazyka.](https://translate.wordpress.org/projects/wp-plugins/wp-redis-user-session-storage)

### Zajímá vás vývoj?

[Prohledejte kód](https://plugins.trac.wordpress.org/browser/wp-redis-user-session-storage/),
podívejte se do [SVN repozitáře](https://plugins.svn.wordpress.org/wp-redis-user-session-storage/),
nebo se přihlaste k[ odběru protokolu vývoje](https://plugins.trac.wordpress.org/log/wp-redis-user-session-storage/)
pomocí [RSS](https://plugins.trac.wordpress.org/log/wp-redis-user-session-storage/?limit=100&mode=stop_on_copy&format=rss).

## Přehled změn

#### 0.2

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

#### 0.1

 * Initial public release

## Meta

 *  Verze **0.2**
 *  Poslední aktualizace **před 4 roky**
 *  Aktivních instalací **100+**
 *  Verze WordPressu ** 4.0 nebo novější **
 *  Testováno až do WordPressu **6.0.12**
 *  Verze PHP ** 5.6 nebo novější **
 *  Jazyk
 * [English (US)](https://wordpress.org/plugins/wp-redis-user-session-storage/)
 * Štítek
 * [user sessions](https://cs.wordpress.org/plugins/tags/user-sessions/)
 *  [Podrobnosti](https://cs.wordpress.org/plugins/wp-redis-user-session-storage/advanced/)

## Hodnocení

Zatím nebyly zadány žádné recenze.

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

[Zobrazit všechny recenze](https://wordpress.org/support/plugin/wp-redis-user-session-storage/reviews/)

## Spolupracovníci

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

## Podpora

Potřebujete pomoc?

 [Fórum podpory](https://wordpress.org/support/plugin/wp-redis-user-session-storage/)

## Dary

Chtěli byste podpořit vývoj tohoto pluginu?

 [ Přispět na tento plugin ](https://ethitter.com/donate/)