Skip to content
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

Fix compatibility with Redis 5 #28854

Merged
merged 1 commit into from Oct 27, 2022
Merged

Conversation

cescoffier
Copy link
Member

@cescoffier cescoffier commented Oct 26, 2022

The output format of a few commands has changed between Redis 5 and 6.
This PR allows us to verify the compatibility with Redis 5, 6, and 7.

Note that it's the best effort, and we do not intend full compatibility with Redis 5, only the main use cases. Typically, Redis Stack is only supported with Redis 7.

Fix #28837

The output format of a few commands has changed between Redis 5 and 6.
This PR allows us to verify the compatibility with Redis 5, 6, and 7.

Note that it's the best effort, and we do not intend full compatibility with Redis 5, only the main use cases. Typically, Redis Stack is only supported with Redis 7.
Copy link
Member

@machi1990 machi1990 left a comment

Choose a reason for hiding this comment

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

Thanks @cescoffier

@neoDaice this addresses #28837.

@geoand geoand merged commit ad084d2 into quarkusio:main Oct 27, 2022
@quarkus-bot quarkus-bot bot added this to the 2.15 - main milestone Oct 27, 2022
@geoand
Copy link
Contributor

geoand commented Oct 27, 2022

I assume this needs to be backported to 2.14 and perhaps 2.13 as well?
Can you please add the proper labels?

@gsmet
Copy link
Member

gsmet commented Oct 31, 2022

If we want this for 2.13, we will need a specific backport PR as there are too many conflicts. They doesn't look hard to fix but I would prefer if someone familiar with the extension did it.

@cescoffier
Copy link
Member Author

No, it's a best-effort thing. Initially we targetted Redis 6 and 7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants