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::parse

Synopsis

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

template<class Adapter>
bool
parse(
    resp3::parser& p,
    std::string_view const& msg,
    Adapter& adapter,
    system::error_code& ec);

Created with MrDocs