Boost.Redis

    • Introduction
    • Requests and responses
    • Cancellation and timeouts
    • Serializing and parsing into custom types
    • Logging
    • Sentinel
    • Echo server benchmark
    • Comparison with other Redis clients
    • Examples
    • Reference
    • Acknowledgements
    • Changelog
  • boost::redis::usage::bytes_rotated
arrow_upward

boost::redis::usage::bytes_rotated

Number of bytes rotated in the read buffer.

Synopsis

Declared in <boost/redis/usage.hpp>

std::size_t bytes_rotated = 0;

Created with MrDocs