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::adapter::error::data_type

RESP3 error data type.

Synopsis

Declared in <boost/redis/adapter/result.hpp>

resp3::type data_type = resp3::type::invalid;

Created with MrDocs