Reference

boost::redis::operation

Connection operations that can be cancelled.

Synopsis

enum class operation : int;

Members

Name

Description

resolve

Resolve operation.

connect

Connect operation.

ssl_handshake

SSL handshake operation.

exec

Refers to connection::async_exec operations.

run

Refers to connection::async_run operations.

receive

Refers to connection::async_receive operations.

reconnection

Cancels reconnection.

health_check

Health check operation.

all

Refers to all operations.

Description

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

Created with MrDocs