This is the complete list of members for boost::redis::connection, including all inherited members.
BOOST_DEPRECATED("The async_run overload taking a logger argument is deprecated. " "Please pass the logger to the connection's constructor, instead, " "and use the other async_run overloads.") auto async_run(config const &cfg | boost::redis::connection | |
BOOST_DEPRECATED("Accessing the underlying stream is deprecated and will be removed in the next release. Use " "the other member functions to interact with the connection.") auto &next_layer() noexcept | boost::redis::connection | inline |
BOOST_DEPRECATED("Accessing the underlying stream is deprecated and will be removed in the next release. Use " "the other member functions to interact with the connection.") auto const &next_layer() const noexcept | boost::redis::connection | inline |
BOOST_DEPRECATED("This function is no longer necessary and is currently a no-op. connection resets the stream " "internally as required. This function will be removed in subsequent releases") void reset_stream() | boost::redis::connection | inline |
BOOST_DEPRECATED("ssl::context has no const methods, so this function should not be called. Set up any " "required TLS configuration before passing the ssl::context to the connection's constructor.") auto const &get_ssl_context() const noexcept | boost::redis::connection | inline |
connection(executor_type ex, asio::ssl::context ctx=asio::ssl::context{asio::ssl::context::tlsv12_client}, logger lgr={}) | boost::redis::connection | explicit |
connection(executor_type ex, logger lgr) | boost::redis::connection | inline |
connection(asio::io_context &ioc, asio::ssl::context ctx=asio::ssl::context{asio::ssl::context::tlsv12_client}, logger lgr={}) | boost::redis::connection | inlineexplicit |
connection(asio::io_context &ioc, logger lgr) | boost::redis::connection | inline |
executor_type typedef | boost::redis::connection | |
get_executor() noexcept | boost::redis::connection | inline |
get_usage() const noexcept | boost::redis::connection | inline |
set_receive_response(Response &response) | boost::redis::connection | inline |
will_reconnect() const noexcept | boost::redis::connection | inline |