-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fatal error in WP-CLI when accessing cache #410
Comments
Unable to reproduce this on my local machine when Redis is not enabled (my working assumption up until now), see WIP script in #415. This exits gracefully with
EDIT: #418 clarified I needed to be one step further and now reproducing. |
This was referenced May 12, 2023
Merged
This is fixed in 1.4.2, now live on .org |
19 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since 1.4.0, WP Redis will generate a fatal error when cache functions are accessed from WP-CLI (possibly from runtime as well). This issue does not exist in 1.3.5 (the last 1.3.x release).
Steps to reproduce
wp plugin install wp-redis --activate
wp redis enable
wp redis flush
orwp cache flush
Result:
Tracked internally in CMSP-390
The text was updated successfully, but these errors were encountered: