boost::redis::request::hello
Appends a HELLO 3 command to the end of the request.
Synopsis
Declared in <boost/redis/request.hpp>
void
hello();
Description
Equivalent to adding the Redis command HELLO 3.
Created with MrDocs