-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
Description
Module
None
Problem
Testcontainers Java doesn't currently include a Valkey module, whereas their Go and NodeJS counterparts do.
https://testcontainers.com/modules/valkey/
Solution
It would be great to add a Valkey module to Java as well.
Benefit
Feature parity between Java and Go/NodeJS when it comes to Valkey integrations. Especially useful when working on polyglot projects including applications implemented with different languages. Using the same Testcontainers approach across language stacks offers a consistent strategy.
Alternatives
The alternative would be to use GenericContainer in Java while using the ValkeyContainer in Go/NodeJS.
Would you like to help contributing this feature?
Yes