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

Add support for Redis authentication #12

Merged
merged 2 commits into from
Nov 15, 2018
Merged

Add support for Redis authentication #12

merged 2 commits into from
Nov 15, 2018

Commits on Nov 15, 2018

  1. Add support for Redis authentication

    Slava Koyfman committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    579a8ca View commit details
    Browse the repository at this point in the history
  2. Pass AUTH password as string ptr

    Allows to pass in a password that is the empty string. (Which is a legal
    password in Redis.)
    Also remove unused field from struct.
    Slava Koyfman committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    735759b View commit details
    Browse the repository at this point in the history