Fixing cache activation after install
parent
62d716a85a
commit
82a3910ca9
|
@ -62,8 +62,8 @@ ocp_config="[
|
||||||
|
|
||||||
wp config set WP_REDIS_CONFIG "$ocp_config" --raw
|
wp config set WP_REDIS_CONFIG "$ocp_config" --raw
|
||||||
wp config set WP_REDIS_DISABLED false --raw
|
wp config set WP_REDIS_DISABLED false --raw
|
||||||
wp redis enable
|
wp redis enable --force
|
||||||
wp cache flush
|
wp redis flush
|
||||||
|
|
||||||
# free redis object cache config
|
# free redis object cache config
|
||||||
#wp config set WP_REDIS_CLIENT 'relay'
|
#wp config set WP_REDIS_CLIENT 'relay'
|
||||||
|
|
Loading…
Reference in New Issue