boost::redis::sentinel_config::use_ssl

Whether connections to Sentinels should use TLS or not. Does not affect connections to masters.

Synopsis

Declared in <boost/redis/config.hpp>

bool use_ssl = false;

Description

When set to true, physical connections to Sentinels will be established using TLS. This setting does not influence how masters and replicas are contacted. To use TLS when connecting to these, set config::use_ssl to true.

Created with MrDocs