You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add `wp cache flush-group` for flushing a cache group (#85) * Added group flushing. Needs extra input for testing. * Added failsafe for older WP versions. Also phpcs formatting. * Processed feedback. * Added test for error on clear-group * Renamed clear-group to flush-group Fixed failing test and generated readme file. * Set correct error message in the test. * Make sure a test only runs at 6.1 or later.