• Thomas Orozco's avatar
    cli: pass auth through REDISCLI_AUTH · f24ad5d8
    Thomas Orozco authored
    This adds support for passing a password through a REDISCLI_AUTH
    environment variable (which is safer than the CLI), which might often be
    safer than passing it through a CLI argument.
    
    Passing a password this way does not trigger the warning about passing a
    password through CLI arguments, and CLI arguments take precedence over
    it.
    f24ad5d8
redis-cli.c 244 KB