Reference
boost::redis::basic_connection::set_receive_response
Sets the response object of async_receive operations.
Synopsis
Declared in <boost/redis/connection.hpp>
template<class Response>
void
set_receive_response(Response& response);
Created with MrDocs