Boost.Redis

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

boost::redis::resp3::tree

A RESP3 tree that owns its data.

Synopsis

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

using tree = basic_tree<std::string>;

Created with MrDocs