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::usage::bytes_sent

Number of bytes sent.

Synopsis

Declared in <boost/redis/usage.hpp>

std::size_t bytes_sent = 0;

Created with MrDocs