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

Commits on Mar 13, 2020

  1. [MINOR] Ensure support for Redis 6 with ACLs and TLS

    - 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.
    nickwilliams-eventbrite committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    d6760f3 View commit details
    Browse the repository at this point in the history