boost::redis::request::config::cancel_if_unresponded
If false, basic_connection::async_exec will not automatically cancel this request if the connection is lost. Affects only requests that have been written to the server but have not been responded when the connection is lost.
Synopsis
Declared in <boost/redis/request.hpp>
bool cancel_if_unresponded = true;
Created with MrDocs