boost::redis::operation

Connection operations that can be cancelled.

Synopsis

enum class operation : int;

Description

The operations listed below can be passed to the boost::redis::connection::cancel member function.

Members

Name

Description

resolve

(Deprecated) Resolve operation.

connect

(Deprecated) Connect operation.

ssl_handshake

(Deprecated) SSL handshake operation.

exec

Refers to connection::async_exec operations.

run

Refers to connection::async_run operations.

receive

(Deprecated) Refers to async_receive and async_receive2 operations.

reconnection

(Deprecated) Cancels reconnection.

health_check

(Deprecated) Health check operation.

all

Refers to all operations.

Created with MrDocs