Plugin yìí kò tíì ṣe àyẹ̀wò pẹ̀lú àwọn ìtújáde mẹ́ta pàtàkì tó kẹ́yìn ti WordPress. Ó lè jẹ́ pé a kò tọ́jú tàbí ṣe àtìlẹ́yìn fún un mọ́, ó sì lè ní àwọn ọ̀ràn ìbámu nígbà tí a bá lò ó pẹ̀lú àwọn ẹ̀yà WordPress tuntun.

Redis User Session Storage

Àpèjúwe

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.

Ìgbéwọlẹ̀

  1. Install and configure Redis.
  2. Install the Redis PECL module.
  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.

FAQ

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 Ìtumọ̀ Yorùbá: – Hostname or IP of the Redis server, defaults to 127.0.0.1.
  • WP_REDIS_USER_SESSION_PORT Ìtumọ̀ Yorùbá: – Port of the Redis server, defaults to 6379.
  • WP_REDIS_USER_SESSION_SOCKET Ìtumọ̀ Yorùbá: – 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 Ìtumọ̀ Yorùbá: – Password for the Redis server, if required.
  • WP_REDIS_USER_SESSION_DB Ìtumọ̀ Yorùbá: – Database number to use for the Redis server, defaults to 0.
  • WP_REDIS_USER_SESSION_SERIALIZER Ìtumọ̀ Yorùbá: – Serializer to use for the Redis server, defaults to Redis::SERIALIZER_PHP.

Àwọn àgbéyẹ̀wò

Kò sí àwọn àgbéyẹ̀wò fún plugin yìí.

Àwọn Olùkópa & Olùgbéejáde

“Redis User Session Storage” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀. Àwọn ènìyàn wọ̀nyí ti ṣe ìkópa sí plugin yìí.

Àwọn Olùkópa

Túmọ̀ “Redis User Session Storage” sí èdè rẹ.

Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?

Ṣàwárí koodu, ṣàyẹ̀wò ibi ìpamọ́ SVN, tàbí ṣe àgbékalẹ̀ sí àkọsílẹ̀ ìdàgbàsókè nípasẹ̀ RSS.

Àkọsílẹ̀ àwọn àyípadà

0.2

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

0.1

  • Initial public release