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::address::host

Redis host.

Synopsis

Declared in <boost/redis/config.hpp>

std::string host = "127.0.0.1";

Created with MrDocs