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::basic_connection::get_usage

Returns connection usage information.

Synopsis

Declared in <boost/redis/connection.hpp>

usage
get_usage() const noexcept;

Return Value

connection usage information.

Created with MrDocs