From 79761563baaa586f1d22d552c793eea102bb86bf Mon Sep 17 00:00:00 2001 From: Jeffrey <32420530+Jeffrey-H@users.noreply.github.com> Date: Wed, 15 Jan 2025 09:43:58 +0100 Subject: [PATCH] Fixed typo in how-to-configure-redis-for-magento-2.md Small language typo --- .../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..7ec896e3 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 @@ -125,7 +125,7 @@ $ redis-cli flushall ### Enable Second Redis Instance for Sessions -We have made is possible to enable a second Redis instance more tailored for saving session data (more information can be found in our [changelog](https://changelog.hypernode.com/changelog/experimental-changes-redis-sessions-aws-performance/)). +We have made it possible to enable a second Redis instance more tailored for saving session data (more information can be found in our [changelog](https://changelog.hypernode.com/changelog/experimental-changes-redis-sessions-aws-performance/)). To enable the second Redis instance for sessions you run the command: `hypernode-systemctl settings redis_persistent_instance True`