From 5f33b1e271fd4382b015e68678c074d299d15249 Mon Sep 17 00:00:00 2001 From: Martijn Eichelsheim Date: Mon, 6 Oct 2025 13:09:16 +0200 Subject: [PATCH 1/2] Add Valkey_enabled to hypernode-systemctl docs --- .../tools/how-to-use-the-hypernode-systemctl-cli-tool.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/hypernode-platform/tools/how-to-use-the-hypernode-systemctl-cli-tool.md b/docs/hypernode-platform/tools/how-to-use-the-hypernode-systemctl-cli-tool.md index 428922fe..27b03134 100644 --- a/docs/hypernode-platform/tools/how-to-use-the-hypernode-systemctl-cli-tool.md +++ b/docs/hypernode-platform/tools/how-to-use-the-hypernode-systemctl-cli-tool.md @@ -22,7 +22,7 @@ To see which values you can set and which values they are allowed to have take a `hypernode-systemctl settings --help` | Field | Default Value | Possible Values | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | +|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|---------------------------------------------------------------------------------------------------------------------------------------------| | **blackfire_enabled**
A great tool to find performance bottlenecks
in Magento
| False | True, False | | **composer_version**
Change the Composer version | 2.x | 1.x, 2.2, 2.6, 2.7, 2.x | | **datadog_enabled**
Enable Datadog | False | True, False | @@ -76,6 +76,7 @@ To see which values you can set and which values they are allowed to have take a | **varnish_workspace_backend**
| None | 4k, 8k, 16k, 32k, 64k, 128k, 256k | | **varnish_large_thread_pool_stack**
| False | True, False | | **varnish_version**
Change the Varnish version | 7.x | 4.0, 6.0, 7.x | +| **valkey_enabled**
Enable valkey | False | True, False | ### Checking a Value for a Setting From 2910d05f19fd6d44ca4d3a037f610eb3a3f30f62 Mon Sep 17 00:00:00 2001 From: martijneichelsheim Date: Mon, 6 Oct 2025 13:13:00 +0200 Subject: [PATCH 2/2] Update docs/hypernode-platform/tools/how-to-use-the-hypernode-systemctl-cli-tool.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .../tools/how-to-use-the-hypernode-systemctl-cli-tool.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hypernode-platform/tools/how-to-use-the-hypernode-systemctl-cli-tool.md b/docs/hypernode-platform/tools/how-to-use-the-hypernode-systemctl-cli-tool.md index 27b03134..fdb7f9c8 100644 --- a/docs/hypernode-platform/tools/how-to-use-the-hypernode-systemctl-cli-tool.md +++ b/docs/hypernode-platform/tools/how-to-use-the-hypernode-systemctl-cli-tool.md @@ -22,7 +22,7 @@ To see which values you can set and which values they are allowed to have take a `hypernode-systemctl settings --help` | Field | Default Value | Possible Values | -|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|---------------------------------------------------------------------------------------------------------------------------------------------| +| --------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | | **blackfire_enabled**
A great tool to find performance bottlenecks
in Magento
| False | True, False | | **composer_version**
Change the Composer version | 2.x | 1.x, 2.2, 2.6, 2.7, 2.x | | **datadog_enabled**
Enable Datadog | False | True, False |