Reference
boost::redis::config::reconnect_wait_interval
Time span to wait between successive connection retries. Set to zero to disable reconnection.
Synopsis
Declared in <boost/redis/config.hpp>
std::chrono::steady_clock::duration reconnect_wait_interval = std::chrono::seconds{1};
Created with MrDocs