Update ocp-install.sh
parent
ed4da8c294
commit
62d716a85a
|
@ -63,6 +63,7 @@ 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
|
||||||
|
wp cache 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'
|
||||||
|
@ -73,4 +74,3 @@ wp redis enable
|
||||||
#wp config set WP_REDIS_DATABASE 0 --raw
|
#wp config set WP_REDIS_DATABASE 0 --raw
|
||||||
|
|
||||||
|
|
||||||
wp cache flush
|
|
Loading…
Reference in New Issue