7#ifndef BOOST_REDIS_OPERATION_HPP
8#define BOOST_REDIS_OPERATION_HPP
10namespace boost::redis {
operation
Connection operations that can be cancelled.
@ health_check
Health check operation.
@ ssl_handshake
SSL handshake operation.
@ exec
Refers to connection::async_exec operations.
@ resolve
Resolve operation.
@ reconnection
Cancels reconnection.
@ all
Refers to all operations.
@ run
Refers to connection::async_run operations.
@ connect
Connect operation.
@ receive
Refers to connection::async_receive operations.