Fixing cache activation after install

main
denny 2023-09-13 18:56:07 +00:00
parent 62d716a85a
commit 82a3910ca9
1 changed files with 2 additions and 2 deletions

View File

@ -62,8 +62,8 @@ ocp_config="[
wp config set WP_REDIS_CONFIG "$ocp_config" --raw
wp config set WP_REDIS_DISABLED false --raw
wp redis enable
wp cache flush
wp redis enable --force
wp redis flush
# free redis object cache config
#wp config set WP_REDIS_CLIENT 'relay'