From 27d4fc5a02e6c329773d73b35fa09afc0ae00e99 Mon Sep 17 00:00:00 2001 From: timpea-splat <68768633+timpea-splat@users.noreply.github.com> Date: Fri, 16 Aug 2024 16:22:34 +0100 Subject: [PATCH] Update how-to-configure-redis-for-magento-2.md Remove text about manually editing the env.php --- .../magento-2/how-to-configure-redis-for-magento-2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ecommerce-applications/magento-2/how-to-configure-redis-for-magento-2.md b/docs/ecommerce-applications/magento-2/how-to-configure-redis-for-magento-2.md index 8339a8f2..7e71652d 100644 --- a/docs/ecommerce-applications/magento-2/how-to-configure-redis-for-magento-2.md +++ b/docs/ecommerce-applications/magento-2/how-to-configure-redis-for-magento-2.md @@ -44,7 +44,7 @@ $ redis-cli flushall ## Configure Redis Full Page Caching for Magento 2 -To enable page caching Redis, extend your /data/web/magento2/app/etc/env.php with the following snippet. You should paste this in between the cache keys, so leave the cache tag in this snippet out of it. +To enable page caching Redis: ```console $ cd /data/web/magento2