-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add Valkey
module
#252
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the contribution! 🙏
Could you apply ruasfmt formatting? |
Yes, sure. I am still learning rust tooling... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It requires to run cargo +nightly fmt
. I've applied it
## 🤖 New release * `testcontainers-modules`: 0.11.4 -> 0.11.5 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.11.5] - 2025-01-07 ### Bug Fixes - Fix clippy errors (#251) ### Documentation - Add nats example (#239) ### Features - Add "pro" variant for LocalStack image (#255) - Add `Valkey` module (#252) - Add `RQLite` module (#261) ### Miscellaneous Tasks - Update async-nats requirement from 0.37.0 to 0.38.0 (#245) - Fix oracle tests (#263) - Bump MSRV to `1.81` (#264) - Utilize cargo-hack partitions to speed up tests (#265) <!-- generated by git-cliff --> </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
No description provided.