Reference
boost::redis::basic_connection::will_reconnect
Returns true if the connection will try to reconnect if an error is encountered.
Synopsis
Declared in <boost/redis/connection.hpp>
bool
will_reconnect() const noexcept;
Return Value
true if the connection will try to reconnect if an error is encountered.
Created with MrDocs