Reference
boost::redis::request::config::cancel_on_connection_lost
If true, calls to basic_connection::async_exec will complete with error if the connection is lost while the request hasn't been sent yet.
Synopsis
Declared in <boost/redis/request.hpp>
bool cancel_on_connection_lost = true;
Created with MrDocs