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

consume_one overloads

Synopses

Declared in <boost/redis/response.hpp>

Consume on response from a generic response

void
consume_one(
    generic_response& r,
    system::error_code& ec);

» more...

Throwing overload of consume_one.

void
consume_one(generic_response& r);

» more...

Parameters

Name

Description

r

The response to modify.

ec

Will be populated in case of error.

Created with MrDocs