Skip to content

Commit 1f34edf

Browse files
mdformat
1 parent 45b165f commit 1f34edf

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/hypernode-platform/tools/how-to-use-valkey-on-hypernode.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ This article explains how to use Valkey on our Hypernode platform.
1818
Valkey is a Redis-compatible in-memory store. On Hypernode, **Valkey-8** is available on Debian Bookworm single-node setups.
1919
Valkey is supported by the latest Magento releases and you don't need to make any configuration changes within Magento when switching from Redis to Valkey.
2020

21-
2221
## Changing from Redis to Valkey
2322

24-
Your Hypernode is configured with Redis by default.
23+
Your Hypernode is configured with Redis by default.
2524
Changing from Redis to Valkey is pretty easy on Hypernode. You can use the `hypernode-systemctl` command-line tool to change from Redis to Valkey.
2625

2726
```console
@@ -35,11 +34,11 @@ Once the process is complete, Valkey will be enabled and Redis will be disabled
3534
## Using Valkey tools
3635

3736
Redis comes by default with a bunch of useful tools pre-installed on Hypernode, like `redis-cli` and `redis-benchmark`.
38-
Once you have switched to Valkey, you can use the `valkey-cli` and `valkey-benchmark` tools instead.
37+
Once you have switched to Valkey, you can use the `valkey-cli` and `valkey-benchmark` tools instead.
3938
However, to make it even more easy, we made sure that the `redis-cli` and `redis-benchmark` commands are symlinked to their Valkey counterparts when Valkey is enabled.
4039
In this way you can keep using the same commands you are used to.
4140

4241
## How to configure Valkey in Magento 2
4342

44-
The configuration for Valkey is the same as for Redis.
43+
The configuration for Valkey is the same as for Redis.
4544
You can follow our [Magento 2 Redis configuration guide](../../ecommerce-applications/magento-2/how-to-configure-redis-for-magento-2.md) to configure Valkey for Magento 2.

0 commit comments

Comments
 (0)