Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • master
  • v0.1
  • v0.2
3 results

Target

Select target project
  • wp-plugins/wp-redis-user-session-storage
1 result
Select Git revision
  • master
  • v0.1
  • v0.2
3 results
Show changes
Commits on Source (2)
......@@ -15,9 +15,7 @@ Store WordPress session tokens in Redis rather than the usermeta table.
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.
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.
## Installation ##
......
......@@ -15,9 +15,7 @@ Store WordPress session tokens in Redis rather than the usermeta table.
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.
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.
== Installation ==
......