From 62d716a85a26ddec91d9dbeee27a1d5f24c1d48e Mon Sep 17 00:00:00 2001 From: denny Date: Wed, 13 Sep 2023 18:53:16 +0000 Subject: [PATCH] Update ocp-install.sh --- ocp-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocp-install.sh b/ocp-install.sh index a891365..c7ab28c 100644 --- a/ocp-install.sh +++ b/ocp-install.sh @@ -63,6 +63,7 @@ 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 # free redis object cache config #wp config set WP_REDIS_CLIENT 'relay' @@ -73,4 +74,3 @@ wp redis enable #wp config set WP_REDIS_DATABASE 0 --raw -wp cache flush \ No newline at end of file