Skip to content

Commit 27d4fc5

Browse files
authored
Update how-to-configure-redis-for-magento-2.md
Remove text about manually editing the env.php
1 parent 17bf3ed commit 27d4fc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/ecommerce-applications/magento-2/how-to-configure-redis-for-magento-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ $ redis-cli flushall
4444

4545
## Configure Redis Full Page Caching for Magento 2
4646

47-
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.
47+
To enable page caching Redis:
4848

4949
```console
5050
$ cd /data/web/magento2

0 commit comments

Comments
 (0)