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::connection::next_layer

(Deprecated) Calls boost::redis::basic_connection::next_layer.

Synopsis

Declared in <boost/redis/connection.hpp>

asio::ssl::stream<asio::ip::tcp::socket> const&
next_layer() const noexcept;

Created with MrDocs