cache-command
cache-command copied to clipboard
Manages object and transient caches.
Add commands for plucking and patching values from object cache and transient. Fixes #26
When I manually run the tests locally with SQLite, the following scenarios are failing: ``` 001 Scenario: Deleting all transients on single site # features/transient.feature:58 Then STDOUT should be: #...
Greetings. I just looked around the `wp cache type` command after seeing it returns "Unknown" in our WP instances running [WP Stash](https://github.com/inpsyde/WP-Stash). I think it would be pretty useful if...
It would be great to have `patch` and `pluck` commands for `wp cache` and `wp transient`. Prior art: https://github.com/wp-cli/entity-command/pull/65
## Feature Request - [x] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/). **Describe your use case and the problem you are facing** Flushing the entire cache can be expensive, and sometimes...
- Remove extra spaces in `cache patch` PHPDoc annotation - Specify default value for `expiration` argument in `transient patch` PHPDoc annotation