Skip to content

Releases: devgeniem/wp-redis-group-cache

3.1.0

04 Feb 09:03
Compare
Choose a tag to compare

Changed

  • Changed this plugin to mu-plugin so that it gets loaded early enough and is also working in network admin

Added

  • This changelog
  • More default groups to blacklist (some taken from Redis Object Cache Drop-In): blog-details, blog-id-cache, blog-lookup, global-posts, networks, rss, sites, site-details, site-lookup, site-options, site-transient, users, useremail, userlogins, usermeta, user_meta, userslugs, terms, plugins, counts, comment, dymoloader1.0, stateless_post_meta, pll_count_posts, the_seo_framework
  • Installation instructions

2.0.0

06 Jun 07:27
Compare
Choose a tag to compare

Changelog

  • The main class' name changed to GroupCache to support Geniem naming conventions.

1.0.2

09 Mar 14:18
Compare
Choose a tag to compare

Changelog

  • Updated readme with a more detailed usage guide.

1.0.1

09 Mar 14:18
Compare
Choose a tag to compare

Changelog

  • Updated readme with maintainer information.

1.0.0

27 Jan 09:51
Compare
Choose a tag to compare

Changelog

  • Group cache deletion fixed
    • The keys are deleted with the full key derived with the WP_Object_Cache class.
  • The plugin name shortened to WP Redis Group Cache

Go cache!

no_group_cache is now a static function

09 Dec 09:02
Compare
Choose a tag to compare

Merged the pull request from @drawpause.

First release

08 Dec 10:33
Compare
Choose a tag to compare

The plugin is ready for testing.