Is it possible to force Object Caching to Enabled #33
-
We're rolling out Redis to a bunch of customer sites on Kubernetes (K8S) and while it's working great, the plugin does not keep object cache enabled when I restart a pod. Pod restarts happen sometimes, and sometimes are manually performed. I have not found a way to force the Redis caching to be We currently do not have a way to issue |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can |
Beta Was this translation helpful? Give feedback.
You can
cp redis-cache/includes/object-cache.php wp-content/
and callredis-cli flushall
afterwards.