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
  • boost::redis::basic_connection::get_ssl_context
arrow_upward

boost::redis::basic_connection::get_ssl_context

(Deprecated) Returns the ssl context.

Synopsis

Declared in <boost/redis/connection.hpp>

asio::ssl::context const&
get_ssl_context() const noexcept;

Description

ssl::context has no const methods, so this function should not be called. Any TLS configuration should be set up by passing an ssl::context to the connection's constructor.

Return Value

The SSL context.

Created with MrDocs