boost::redis::request::hello
hello overloads
Synopses
Declared in <boost/redis/request.hpp>
Appends a HELLO 3 command to the end of the request.
void
hello();
Appends a HELLO 3 command with AUTH to the end of the request.
void
hello(
std::string_view username,
std::string_view password);
Parameters
| Name | Description |
|---|---|
username |
The ACL username. |
password |
The password for the user. |
Created with MrDocs