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::resp3::add_header

Synopsis

Declared in <boost/redis/resp3/serialization.hpp>

void
add_header(
    std::string& payload,
    type t,
    std::size_t size);

Created with MrDocs