Skip to content

Commit 6852b24

Browse files
committed
added valkey service
1 parent 04c6a23 commit 6852b24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Config/Source/CloudSource.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ class CloudSource implements SourceInterface
4747
ServiceInterface::SERVICE_ELASTICSEARCH => ['elasticsearch', 'es'],
4848
ServiceInterface::SERVICE_OPENSEARCH => ['opensearch', 'os'],
4949
ServiceInterface::SERVICE_REDIS => ['redis'],
50+
ServiceInterface::SERVICE_VALKEY => ['valkey'],
5051
ServiceInterface::SERVICE_RABBITMQ => ['rmq', 'rabbitmq']
5152
];
5253

0 commit comments

Comments
 (0)