Skip to content
Simone Margaritelli edited this page Oct 30, 2023 · 1 revision

Redis password authentication, both legacy and ACL based.

Options

Name Description
--redis-ssl Enable SSL for Redis.

Examples

legba redis \
    --target localhost:6379 \
    --username admin \
    --password data/passwords.txt
Clone this wiki locally