You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit migrates the valkey module to use the new testcontainers.Run() API.
The main changes are:
- Use testcontainers.Run() instead of testcontainers.GenericContainer()
- Use entrypoint for valkey-server process and WithCmd/WithCmdArgs for arguments
- Simplify WithConfigFile to prepend config file as first argument
- Simplify WithLogLevel and WithSnapshotting to use WithCmdArgs directly
- Process custom options before building module options for TLS support
- Update option tests to reflect entrypoint-based approach
Ref: testcontainers#3174
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments