-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
AWS ElastiCache doesn't support Redis 6.0 usages #23729
Comments
I believe that the only 2 supported versions for ElastiCache Redis are Support for 6.x has been added through: #18920 |
Hi @bschaatsbergen, Thank you for your reply, but unfortunately - I could not use
Manually, you can create |
Done some digging, I understand what you mean. It seems like this was raised through #22385 We can alter the regex pattern ( That will allow you to specify 6.0, 6.2 and 6.x (to pull the latest minor version of Redis 6.) @justinretzolk could you close this issue, I'll pick it up under #22385 |
Hey @vnatarov-logz 👋 It looks like this is a duplicate of #22385. We like to try to keep discussion centralized to one location where possible, so we'll close this one in favor of #22385. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Hi there,
I want to use AWS ElastiCache with Redis instance and trying use
6.0
or6.0.x
or6.0.5
, but without any luck:It's working, only when set
6.x
, but Terraform will bring the Redis 6.2 up.Also, when you set
5.0.6
- it's working fine.Could you please help me to resolve this issue:
engine_version: Redis versions must match <major>.x when using version 6 or higher, or <major>.<minor>.<bug-fix>
The text was updated successfully, but these errors were encountered: