boost::redis::operation
Connection operations that can be cancelled.
Synopsis
Declared in <boost/redis/operation.hpp>
enum class operation : int;
Description
The operations listed below can be passed to the boost::redis::connection::cancel member function.
Members
Name |
Description |
|
(Deprecated) Resolve operation. |
|
(Deprecated) Connect operation. |
|
(Deprecated) SSL handshake operation. |
|
Refers to |
|
Refers to |
|
(Deprecated) Refers to |
|
(Deprecated) Cancels reconnection. |
|
(Deprecated) Health check operation. |
|
Refers to all operations. |
Created with MrDocs