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

Change: update supported redis-py version #922

Merged
merged 1 commit into from Aug 30, 2023
Merged

Change: update supported redis-py version #922

merged 1 commit into from Aug 30, 2023

Conversation

jjnicola
Copy link
Member

@jjnicola jjnicola commented Aug 30, 2023

What

Support redis-py v4.5 and above to be compatible with newer redis version.
Our base system Debian 11 Bullseye has Redis v6.0

The lowest redis version to v4.5, doesn't support python v3.7, which was removed from this project as well.

Jira: SC-910

Why

Closes #921

References

Checklist

  • Tests

Support redis-py v4.5 and above to be compatible with newer redis version.
Our base system Debian 11 Bullseye has redis v6.0
@jjnicola jjnicola requested a review from a team as a code owner August 30, 2023 05:42
@jjnicola jjnicola enabled auto-merge (squash) August 30, 2023 05:46
@jjnicola jjnicola merged commit 33caa89 into main Aug 30, 2023
13 checks passed
@jjnicola jjnicola deleted the redis-version branch August 30, 2023 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow redis >=5.0.0 for redis 7.2 support
2 participants