Reference
boost::redis::connection
A basic_connection that type erases the executor.
Member Functions
Name |
Description |
|
Constructors |
Returns the underlying executor. |
|
|
|
Receives server side pushes asynchronously. |
|
Receives server pushes synchronously without blocking. |
|
Calls |
|
Cancel operations. |
|
Returns true if the connection will try to reconnect if an error is encountered. |
|
(Deprecated) Calls |
|
(Deprecated) Resets the underlying stream. |
|
Sets the response object of |
|
Returns connection usage information. |
|
(Deprecated) Returns the ssl context. |
Description
This connection type uses asio::any_io_executor and asio::any_completion_token to reduce compilation times.
For documentation of each member function see boost::redis::basic_connection.
Created with MrDocs