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::read_request Struct Reference

#include <tcp_client_iface.hpp>

Public Attributes

std::size_t size
 
async_read_callback_t async_read_callback
 

Detailed Description

structure to store read requests information

Member Data Documentation

◆ async_read_callback

async_read_callback_t cpp_redis::network::tcp_client_iface::read_request::async_read_callback

callback to be called on operation completion

◆ size

std::size_t cpp_redis::network::tcp_client_iface::read_request::size

number of bytes to read


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