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::resp3::add_bulk_impl<std::pair<U, V>>

Synopsis

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

template<
    class U,
    class V>
struct add_bulk_impl<std::pair<U, V>>;

Static Member Functions

Name

add

Created with MrDocs