#include <userver/storages/redis/base.hpp>
Redis node authentication credentials (ACL-aware).
When username is empty, the legacy AUTH <password> command is used. When username is non-empty, the ACL AUTH <username> <password> command is used (requires Redis 6+).
Public Attributes | |
| std::string | username |
| Password | password |