Boost.Redis

    • Introduction
    • Requests and responses
    • Serializing and parsing into custom types
    • Logging
    • Echo server benchmark
    • Comparison with other Redis clients
    • Examples
    • Reference
    • Acknowledgements
    • Changelog
  • Reference
arrow_upward

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