boost::redis::config::username
Username used for authentication during connection establishment.
Synopsis
Declared in <boost/redis/config.hpp>
std::string username = "default";
Description
If use_setup is false (the default), during connection establishment, authentication is performed by sending a HELLO command. This field contains the username to employ.
If the username equals the literal "default" (the default) and no password is specified, the HELLO command is sent without authentication parameters.
Created with MrDocs