Releases: devgeniem/wp-redis-group-cache
Releases · devgeniem/wp-redis-group-cache
3.1.0
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
Changelog
- The main class' name changed to
GroupCache
to support Geniem naming conventions.
1.0.2
Changelog
- Updated readme with a more detailed usage guide.
1.0.1
Changelog
- Updated readme with maintainer information.
1.0.0
Changelog
- Group cache deletion fixed
- The keys are deleted with the full key derived with the
WP_Object_Cache
class.
- The keys are deleted with the full key derived with the
- The plugin name shortened to WP Redis Group Cache
Go cache!
no_group_cache is now a static function
Merged the pull request from @drawpause.
First release
The plugin is ready for testing.