Reference
boost::redis::config::health_check_interval
Time span between successive health checks. Set to zero to disable health‐checks pass zero as duration.
Synopsis
Declared in <boost/redis/config.hpp>
std::chrono::steady_clock::duration health_check_interval = std::chrono::seconds{2};
Created with MrDocs