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