Boost.Redis

    • Introduction
    • Requests and responses
    • Cancellation and timeouts
    • Serializing and parsing into custom types
    • Logging
    • Sentinel
    • Echo server benchmark
    • Comparison with other Redis clients
    • Examples
    • Reference
    • Acknowledgements
    • Changelog
  • boost::redis::config::use_ssl
arrow_upward

boost::redis::config::use_ssl

Whether to use TLS instead of plaintext connections.

Synopsis

Declared in <boost/redis/config.hpp>

bool use_ssl = false;

Description

When using Sentinel, configures whether to use TLS when connecting to masters and replicas. Use sentinel_config::use_ssl to control TLS for Sentinels.

Created with MrDocs