Boost.Redis

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

boost::redis::generic_flat_response

Similar to boost::redis::generic_response but stores data contiguously.

Synopsis

Declared in <boost/redis/response.hpp>

using generic_flat_response = adapter::result<resp3::flat_tree>;

Created with MrDocs