cpp_redis  4.0.0
cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
Public Attributes | List of all members
cpp_redis::network::tcp_client_iface::write_request Struct Reference

#include <tcp_client_iface.hpp>

Public Attributes

std::vector< char > buffer
 
async_write_callback_t async_write_callback
 

Detailed Description

structure to store write requests information

Member Data Documentation

◆ async_write_callback

async_write_callback_t cpp_redis::network::tcp_client_iface::write_request::async_write_callback

callback to be called on operation completion

◆ buffer

std::vector<char> cpp_redis::network::tcp_client_iface::write_request::buffer

bytes to write


The documentation for this struct was generated from the following file: