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::config::use_ssl

Uses SSL instead of a plain connection.

Synopsis

Declared in <boost/redis/config.hpp>

bool use_ssl = false;

Created with MrDocs