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_id

Message used by the health‐checker in boost::redis::basic_connection::async_run.

Synopsis

Declared in <boost/redis/config.hpp>

std::string health_check_id = "Boost.Redis";

Created with MrDocs