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

Throwing overload of consume_one.

Synopsis

Declared in <boost/redis/response.hpp>

void
consume_one(generic_response& r);

Parameters

Name

Description

r

The response to modify.

Created with MrDocs