Skip to content

feat: Add Valkey module support#1508

Closed
thomhurst wants to merge 3 commits intotestcontainers:developfrom
thomhurst:feature/add-valkey-module
Closed

feat: Add Valkey module support#1508
thomhurst wants to merge 3 commits intotestcontainers:developfrom
thomhurst:feature/add-valkey-module

Conversation

@thomhurst
Copy link
Copy Markdown
Contributor

Add Testcontainers module for Valkey, a Redis-compatible in-memory data store. Includes ValkeyContainer implementation with connection string support and tests.

thomhurst and others added 2 commits August 8, 2025 22:44
Add Testcontainers module for Valkey, a Redis-compatible in-memory data store.
Includes ValkeyContainer implementation with connection string support and comprehensive tests.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@netlify
Copy link
Copy Markdown

netlify Bot commented Aug 8, 2025

Deploy Preview for testcontainers-dotnet ready!

Name Link
🔨 Latest commit 7611714
🔍 Latest deploy log https://app.netlify.com/projects/testcontainers-dotnet/deploys/68967a662397a40009cf3ac8
😎 Deploy Preview https://deploy-preview-1508--testcontainers-dotnet.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

- Add Testcontainers.Valkey to CI/CD test matrix in workflow
- Create comprehensive documentation for Valkey module
- Add Valkey to modules index with Docker image and links

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@HofmeisterAn HofmeisterAn added module An official Testcontainers module enhancement New feature or request labels Sep 21, 2025
@HofmeisterAn HofmeisterAn force-pushed the develop branch 3 times, most recently from 4900ecd to 8fa5f1b Compare October 3, 2025 20:17
Copy link
Copy Markdown
Collaborator

@HofmeisterAn HofmeisterAn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR. I'll close this in favor of: #1641.

The Redis module should be compatible with the container image. I'd like to reduce the number of copy-paste modules and the associated maintenance work. If Valkey introduces features or configuration options that require dedicated support in the future, we can add a separate module at that time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request module An official Testcontainers module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants