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
Add support for passing extra flags to Valkey container. Enable mounting a custom `valkey.conf` file for advanced configurations. Allow using `valkey/valkey:latest` image tag for testing against the latest version. Improves flexibility in integration tests by enabling more Valkey features.
Closestestcontainers#314
Add support for passing extra flags to Valkey container. Enable mounting a custom `valkey.conf` file for advanced configurations. Allow using `valkey/valkey:latest` image tag for testing against the latest version. Improves flexibility in integration tests by enabling more Valkey features.
Closestestcontainers#314
Feature request description
Feature Request: Enhance Valkey Testcontainer with Custom Configuration and Latest Image Support
Description
Enhance the
testcontainers-rust
Valkey module to support additional configuration methods and improve flexibility in test environments.Proposed Features
Support for Custom Valkey Configuration Using Extra Flags
Support for Custom Valkey Configuration Using a Custom
valkey.conf
valkey.conf
file into the container.Support for the Latest Image Tag
valkey/valkey:latest
).Motivation
These improvements allow for greater flexibility when using Valkey in integration tests, enabling developers to:
Image reference
Official Valkey Docker Image: https://hub.docker.com/r/valkey/valkey/
The text was updated successfully, but these errors were encountered: