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 04c6a23 commit 6852b24Copy full SHA for 6852b24
src/Config/Source/CloudSource.php
@@ -47,6 +47,7 @@ class CloudSource implements SourceInterface
47
ServiceInterface::SERVICE_ELASTICSEARCH => ['elasticsearch', 'es'],
48
ServiceInterface::SERVICE_OPENSEARCH => ['opensearch', 'os'],
49
ServiceInterface::SERVICE_REDIS => ['redis'],
50
+ ServiceInterface::SERVICE_VALKEY => ['valkey'],
51
ServiceInterface::SERVICE_RABBITMQ => ['rmq', 'rabbitmq']
52
];
53
0 commit comments