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::request::request

Constructor

Synopsis

Declared in <boost/redis/request.hpp>

explicit
request(config cfg = config{true, false, true, true});

Parameters

Name

Description

cfg

Configuration options.

Created with MrDocs