We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6852b24 commit 1782816Copy full SHA for 1782816
src/Service/ServiceInterface.php
@@ -23,7 +23,7 @@ interface ServiceInterface
23
public const SERVICE_DB_SALES = 'mysql-sales';
24
public const SERVICE_NGINX = 'nginx';
25
public const SERVICE_REDIS = 'redis';
26
- public const SERVICE_VALKEY = 'vakey';
+ public const SERVICE_VALKEY = 'valkey';
27
public const SERVICE_ELASTICSEARCH = 'elasticsearch';
28
public const SERVICE_OPENSEARCH = 'opensearch';
29
public const SERVICE_RABBITMQ = 'rabbitmq';
0 commit comments