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

[MINOR] Ensure support for Redis 6 with ACLs and TLS #250

Merged
merged 1 commit into from
Mar 16, 2020

Conversation

nickwilliams-eventbrite
Copy link
Contributor

@nickwilliams-eventbrite nickwilliams-eventbrite commented Mar 13, 2020

Copy link
Contributor

@vartec vartec left a comment

Choose a reason for hiding this comment

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

LGTM

TIL that redis Python package version has absolutely nothing to do with Redis version.

- Update functional tests to use Redis 5 and 6 instead of Redis 4 and 5.
- Update Redis 6 Sentinel tests to use ACLs (authentication) and TLSv1.2 (TLSv1.3 cannot be supported on Ubuntu 16.04).
- Add a few more functional tests.
- This proves that:
  - PySOA can use Redis 6 without ACL and TLS
  - PySOA can use Redis 6 with ACL
  - PySOA can use Redis 6 with TLS with unprotected Sentinel
  - PySOA can use Redis 6 with TLS with Sentinel with TLS
- Created redis/redis-py#1306.
- Created redis/redis#6986.
- Created antirez/redis#6985.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants