File tree Expand file tree Collapse file tree 6 files changed +22
-0
lines changed
modules/valkey/src/main/java/org/testcontainers/valkey Expand file tree Collapse file tree 6 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 6868 - ToxiProxy
6969 - Trino
7070 - Typesense
71+ - Valkey
7172 - Vault
7273 - Weaviate
7374 - YugabyteDB
Original file line number Diff line number Diff line change 6868 - ToxiProxy
6969 - Trino
7070 - Typesense
71+ - Valkey
7172 - Vault
7273 - Weaviate
7374 - YugabyteDB
Original file line number Diff line number Diff line change 6868 - ToxiProxy
6969 - Trino
7070 - Typesense
71+ - Valkey
7172 - Vault
7273 - Weaviate
7374 - YugabyteDB
Original file line number Diff line number Diff line change @@ -373,6 +373,11 @@ updates:
373373 schedule :
374374 interval : " monthly"
375375 open-pull-requests-limit : 10
376+ - package-ecosystem : " gradle"
377+ directory : " /modules/valkey"
378+ schedule :
379+ interval : " monthly"
380+ open-pull-requests-limit : 10
376381 - package-ecosystem : " gradle"
377382 directory : " /modules/vault"
378383 schedule :
Original file line number Diff line number Diff line change 248248 - changed-files :
249249 - any-glob-to-any-file :
250250 - modules/typesense/**/*
251+ " modules/valkey " :
252+ - changed-files :
253+ - any-glob-to-any-file :
254+ - modules/valkey/**/*
251255" modules/vault " :
252256 - changed-files :
253257 - any-glob-to-any-file :
Original file line number Diff line number Diff line change 1414import org .testcontainers .utility .DockerImageName ;
1515import org .testcontainers .utility .MountableFile ;
1616
17+ /**
18+ * Testcontainers implementation for Valkey.
19+ * <p>
20+ * Supported image: {@code valkey}
21+ * <p>
22+ * Exposed ports:
23+ * <ul>
24+ * <li>Server: 6379</li>
25+ * </ul>
26+ */
1727public class ValkeyContainer extends GenericContainer <ValkeyContainer > {
1828
1929 @ AllArgsConstructor
You can’t perform that action at this time.
0 commit comments