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

Adds auth support for Redis 6 #1130

Merged
merged 5 commits into from May 16, 2020
Merged

Adds auth support for Redis 6 #1130

merged 5 commits into from May 16, 2020

Commits on May 10, 2020

  1. add redis 6 auth support

    asyrique committed May 10, 2020
    Copy the full SHA
    9682929 View commit details
    Browse the repository at this point in the history
  2. add error handling for passing username and password to redis 5 serve…

    …r and corresponding test
    asyrique committed May 10, 2020
    Copy the full SHA
    1817477 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f28ab14 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. remove string length check in favour of directly testing truthyness

    Co-authored-by: Zihua Li <i@zihua.li>
    asyrique and luin committed May 13, 2020
    Copy the full SHA
    dae428b View commit details
    Browse the repository at this point in the history
  2. Remove extra unneeded length check

    Co-authored-by: Zihua Li <i@zihua.li>
    asyrique and luin committed May 13, 2020
    Copy the full SHA
    eba5982 View commit details
    Browse the repository at this point in the history