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::connection::reset_stream

(Deprecated) Resets the underlying stream.

Synopsis

Declared in <boost/redis/connection.hpp>

void
reset_stream();

Description

This function is no longer necessary and is currently a no‐op.

Created with MrDocs