Skip to content

[Feature]: Add Valkey Testcontainers #10775

@ThomasVitale

Description

@ThomasVitale

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions